w_flux 1.0.1 w_flux: ^1.0.1 copied to clipboard
Flux library for uni-directional dataflow inspired by reflux and Facebook's flux architecture.
Changelog #
0.3.0 #
Check out the detailed release notes.
- Actions are now awaitable
- FluxComponent provides a default implementation of getStoreHandlers
- FluxComponent adds redrawOn
- triggerOnAction with async onAction functions now works properly
- BREAKING CHANGE Store no longer extends Stream
- BREAKING CHANGE FluxComponent's
stores
getter is nowstore
0.2.0 #
- Shorter action dispatch
- Add triggerOnAction to store
- Support throttling of store triggers
- Allow react-dart 0.7.x releases
0.1.0 #
- Initial version of w_flux