Adding Router and Page - wahengchang/react-redux-boilerplate GitHub Wiki

1- Creating API Router

./src/router/todo.js

!https://user-images.githubusercontent.com/5538753/35893109-70d8c7bc-0be7-11e8-9277-ae8520f233d0.png!

2- Adding Router to express

3- Creating fetch todo action API

4- Creating components

5- Creating Reducer

./src/reducers/todo.js, after add it to ./src/reducers/index.js

6- Creating Container

Wiring Reducers and Action API in to here ./src/containers/Todo.js

7- Setup matchConfig.js

⚠️ **GitHub.com Fallback** ⚠️