This repository has been archived by the owner on Feb 14, 2023. It is now read-only.
2.1.5
New Features β¨
- Added a
withInit
HOC that initializes the global state and its reducers. #84- Thanks to the ReactN Discord channel and @ZinoKader!
Bug Fixes π
- [TypeScript] Reducers added via
addReducer
now match their definitions inreactn/default
'sReducers
interface. #105- Thanks @MikeMeyers2504!