redux 2.0.3
redux: ^2.0.3 copied to clipboard
Redux for Dart
2.0.3 #
- Add MOAR documentation
2.0.2 #
- Add type-safe
combineTypedReducersandcombineTypedMiddlewarefunctions
2.0.1 #
- Add documentation highlighting the redux ecosystem
2.0.0 #
- Breaking API Changes:
Reduceris now atypedef. UseReducerClass<State>if you'd like to continue to use a class interface.Middlewareis now atypedef. UseMiddlewareClass<State>as a replacement for the oldMiddleware<State, Action>- A
teardownmethod has been added. Use it to shut down the store in the middle of your application lifecycle if you no longer need the store.
- Added more docs



