This repository was archived by the owner on Jul 11, 2024. It is now read-only.
@curiostack/base-web-0.1.2
·
192 commits
to master
since this release
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
andinjectSaga
HOCs have been deprecated. Switch to hooks anduseReducer
anduseSaga
. The HOCs will be removed with the release of React 17.