Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 508 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 508 Bytes

Redux Example App

From Lynda.com

Application Notes

Redux is initialized to the project

/src/index.jsx

Redux is configured

/src/store.js

Todo component state changes are handelled

/src/todos/reducers.js

Todo component actions are stated

/src/todos/actions.js

Redux is put to use in application

/src/todos/Todo.jsx /src/todos/List.jsx