w_flux 3.0.0 copy "w_flux: ^3.0.0" to clipboard
w_flux: ^3.0.0 copied to clipboard

Platformweb

Flux library for uni-directional dataflow inspired by reflux and Facebook's flux architecture.

Changelog #

3.0.0 #

Migrate w_flux to null-safety.

2.11.0 #

Create ActionV2 class with non-nullable payloads in preparation for null-safety.

2.10.15 #

  • Dependency upgrades

2.1.0 #

Support for react-dart 0.9.x (which moves to ReactJS 0.14)

2.0.0 #

Check out the detailed release notes.

  • Store now uses a named constructor when specifying a transformer instead of an optional constructor parameter

1.1.0 #

Check out the detailed release notes.

  • Added batched redraws

1.0.1 #

Check out the detailed release notes.

  • Relaxed react dependency range to include 0.8.x

1.0.0 #

Check out the detailed release notes.

There are no breaking changes in this release. The bump to 1.0.0 occurred as this project was open-sourced.

  • Now using dart_dev for tooling
  • Documentation and examples have been updated
  • Reporting code coverage to Codecov.io

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 now store

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
1
likes
105
pub points
86%
popularity

Publisher

verified publisherworkiva.com

Flux library for uni-directional dataflow inspired by reflux and Facebook's flux architecture.

Repository (GitHub)
View/report issues
Contributing

Documentation

API reference

License

unknown (LICENSE)

Dependencies

meta, react, w_common

More

Packages that depend on w_flux