Releases: react-atomic/reshow
Releases · react-atomic/reshow
createReducer (Change all stores to use createReducer)
New feature out
New feature
- Support connect-hook
- Optional chain (?.)
- nullish (??)
- Support two new build modes
- react-fast-refresh (./compile.sh hot)
- watch mode (./compile.sh watch)
- toMap (transfer all object key which is immutable in first level to JS)
Break change
- move urlDispatch and UrlReturn to 'reshow-url' from following packages. ('reshow' and 'organism-react-ajax')
Upgrade
- webpack3 -> webpack4 (support webassembly)
- connect-hook
https://github.com/react-atomic/reshow/blob/master/packages/reshow-flux/src/connectHook.js
New package
- reshow-url
- reshow-return (highend for use reshow-flux)
Reshow stable version
0.1.48 Update README.md