redux_toolkit 0.1.1 copy "redux_toolkit: ^0.1.1" to clipboard
redux_toolkit: ^0.1.1 copied to clipboard

outdated

Dart port of the official, opinionated, batteries-included toolset for efficient Redux development

0.1.0 #

Initial Version of the library.

  • Includes createStore, createReducer, PayloadAction and AsyncThunk.
  • Actions dispatched by AsyncThunk carry only requestId and payload within meta.
  • Exports reselect ^0.4.0 and nanoid.

0.1.1 #

  • Enhanced docs by adding examples and correcting mistakes in the README.
  • Added docs to the example
  • Migrated the example to functional widgets using functional_widget
  • Fixed code styling and setup pedantic
6
likes
0
pub points
0%
popularity

Publisher

unverified uploader

Dart port of the official, opinionated, batteries-included toolset for efficient Redux development

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

meta, redux, redux_dev_tools, redux_remote_devtools, redux_thunk, reselect

More

Packages that depend on redux_toolkit