Dec 26, 2018
- Update docs and tests
Dec 6, 2018
- Breaking Change: Export
StoreContext
instead of justStoreProvider
to allow access to the store in context outside ofredux-react-hook
. To update, replace imports ofStoreProvider
withStoreContext
and usage of<StoreProvider>
with<StoreContext.Provider>
Oct 30, 2018
- Breaking Change: Export
StoreProvider
instead of requiring you to pass in context
Oct 25, 2018
- Initial release