dva-redux-ui
v1.0.7
Published
UI state management for Redux and Dva React
Downloads
4
Maintainers
Readme
dva-redux-ui
sometimes, we need remember ui state for change possible,and two way to remember it, one way is componenet state, the other way is store in redux.if we put it in react component,we will find it will has some problems, some ui initState from to acync api,and the initState store in redux,if we put some ui state in react component,the ui state data source is not single.it is bad.
manage ui state for dva
dva-redux-ui reference by redux-ui,and it will provide more comfortable way to deal ui state.