Skip to content
This repository has been archived by the owner on Feb 14, 2023. It is now read-only.

2.1.5

Compare
Choose a tag to compare
@quisido quisido released this 20 Jul 20:50
· 51 commits to master since this release

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 in reactn/default's Reducers interface. #105