Skip to content
This repository was archived by the owner on Jul 11, 2024. It is now read-only.

@curiostack/base-web-0.1.2

Compare
Choose a tag to compare
@chokoswitch chokoswitch released this 10 Dec 05:47
· 192 commits to master since this release
d81c165

Bug fixes

  • An issue in 0.1.0 preventing reducers or sagas from being ready during a component's componentDidMount lifecycle method has been fixed.

Deprecations

  • The injectReducer and injectSaga HOCs have been deprecated. Switch to hooks and useReducer and useSaga. The HOCs will be removed with the release of React 17.