Redhooks Versions Save

Predictable state container for React apps written using Hooks

v1.1.0

5 years ago

Changes

  • connect() : performance improvement

v1.0.0

5 years ago

Releasing the first stable version! 🎉

Enjoy!

Changes

  • Added a redux-thunk codesandbox example to the documentation

v1.0.0-alpha.4

5 years ago

Changes

  • createStore(reducer, [opts]), reducer argument might be either a function or a plain object whose values are reducer functions.
  • Update README.md.