greencat icon indicating copy to clipboard operation
greencat copied to clipboard

A port of Redux(https://github.com/reactjs/redux) to Dart, including Redux Thunk(https://github.com/gaearon/redux-thunk) and a simple Logger.

Results 9 greencat issues
Sort by recently updated
recently updated
newest added

Store fires a state on each update, but the fired state can be older than current when delivered. Maybe should be fired a function to get a state or something...

In logging_middleware.dart lines `_logger..fine('action: $action')..fine( 'prev state: ${api.state}')..fine('next state: ${api.state}')..fine( '=== === === === === === === === === === === === === === ');` result to logging same state...

Available [here](https://github.com/dart-lang/angular_components).

@yjbanov Can you please also suggest what needs to be covered?

Right now the Flutter example does not work with latest Flutter versions. List of problems: **1. flutter.yaml needs to be merged into pubspec.yaml (easy to fix)** **2. Java app class...

Hi, I am currently investigating how to handle routing in an Angular2 greencat project. So my questions are, who should be responsible to change a route? E.g. the component, the...

Or make it `void`. Follow up for https://github.com/alexeieleusis/greencat/pull/1#discussion_r84186444

The property is deprecated and this issue is to follow up https://github.com/alexeieleusis/greencat/pull/1#discussion_r84181163