Todo App: Selectors (Integration)

November 9, 2016 ยท View on GitHub

See Extreme Decoupling React, Redux, Selectors for more details.

Todo App: Selectors (Integration)

This project integrates the todo view layer project and the todo state container project to create a functional todo app. Its primary task is to take flat, normalized, shallow state provided by the state container, and transform it into the nested, denormalized, hierarchical structures that the view demands. The mechanism by which it does this is called selectors.

Run

To run the full todo app, clone the repo and start the webserver:

> git clone https://github.com/thinkloop/todo-app
> npm start

// open localhost url

License

Released under an MIT license.

Other

Like it? Star It