We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
项目地址:https://github.com/linjc/mini-stores
小程序开发已经成为前端开发的一个主流。其优秀的用户体验,也使得继微信之后,阿里、百度、京东、字节等各大平台也相应推出了小程序端。但令人遗憾的是,目前为止各平台都没有提供官方的状态管理库,用过redux、vuex、mobx等状态管理库的前端小伙伴都知道,状态管理能很轻松帮我们解决很多跨页面跨组件通信问题。
mini-stores解决小程序跨页面越组件通信问题,轻松实现小程序多状态管理。
The text was updated successfully, but these errors were encountered:
No branches or pull requests
项目地址:https://github.com/linjc/mini-stores
前言
小程序开发已经成为前端开发的一个主流。其优秀的用户体验,也使得继微信之后,阿里、百度、京东、字节等各大平台也相应推出了小程序端。但令人遗憾的是,目前为止各平台都没有提供官方的状态管理库,用过redux、vuex、mobx等状态管理库的前端小伙伴都知道,状态管理能很轻松帮我们解决很多跨页面跨组件通信问题。
mini-stores解决小程序跨页面越组件通信问题,轻松实现小程序多状态管理。
特性
The text was updated successfully, but these errors were encountered: