Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/davidmarne/built_redux_todos

TodoMVC examples for built_redux
https://github.com/davidmarne/built_redux_todos

Last synced: 4 days ago
JSON representation

TodoMVC examples for built_redux

Awesome Lists containing this project

README

        

# TodoMVC example for built_redux web applications

The models, actions, and reducers for the todo apps live in [lib](lib/)
The state is peristed and loaded from local storage.

Runable examples:

[angular](examples/angular/)

[vanilla dart](examples/vanilla/)

[wui_builder](examples/wui_builder/)

[over_react](examples/over_react/) # TODO

See [flutter_architecture_samples](https://github.com/brianegan/flutter_architecture_samples/tree/master/example/built_redux) for a flutter Todos example app.