1. 16 5月, 2018 8 次提交
  2. 15 5月, 2018 1 次提交
    • Y
      Improve with-redux example (#4377) · 3db3f4b4
      yhirano55 提交于
      It's better that Counter behave not only `increment (add)` but also `decrement` or `reset`.
      
      * Add decrement, reset handlers and rename add handler in `components/counter.js`
      * Add increment, decrement, reset actions to `store.js`
      * Rename page component class name: Counter => Index in `pages/index.js`
      * Remove needless dispatch count event on getInitialProps in `pages/index.js`
      * Format JSX to be readable in `pages/_app.js`
      * Remove needless line from `components/examples.js`
      * Remove needless spaces in `lib/with-redux-store.js`
      3db3f4b4
  3. 14 5月, 2018 15 次提交
  4. 13 5月, 2018 4 次提交
  5. 12 5月, 2018 2 次提交
  6. 11 5月, 2018 7 次提交
  7. 09 5月, 2018 3 次提交