Redux
D:\wepytest>wepy init standard myproject
? Project name myproject
? AppId wx37f
? Project description a wepy project DESC
? Author tw
? Use ESLint to lint your code? Yes
? Use Redux in your project? Yes
? Use web transform feature in your project? Yes
wepy-cli · Generated "myproject".
D:\wepytest>
Read Me - Redux https://redux.js.org/
Redux is a predictable state container for JavaScript apps. (Not to be confused with a WordPress framework – Redux Framework.)
It helps you write applications that behave consistently, run in different environments (client, server, and native), and are easy to test. On top of that, it provides a great developer experience, such as live code editing combined with a time traveling debugger.
You can use Redux together with React, or with any other view library. It is tiny (2kB, including dependencies).
自述 · GitBook http://www.redux.org.cn/