redux-react-hook
Advanced tools
Changelog
v3.0.4
Feb 1, 2019
Changelog
v3.0.3
Jan 28, 2019
Changelog
v3.0.2
Jan 20, 2019
Changelog
v3.0.0
Dec 6, 2018
StoreContext
instead of just StoreProvider
to allow access to the store in context outside of redux-react-hook
. To update, replace imports of StoreProvider
with StoreContext
and usage of <StoreProvider>
with <StoreContext.Provider>
Changelog
v2.0.0
Oct 30, 2018
StoreProvider
instead of requiring you to pass in context