Project files for React Native Redux Tutorial Files
$ git clone https://github.com/nathvarun/WTF-Is-Redux-React-Native-Tutorials.git
$ cd WTF-Is-Redux-React-Native-Tutorials
$ npm install
$ git branch
$ git branch
* 1-redux-basics
* 2-TodoApp-Structuring-your-app
* 3-TodoApp-UI-CombineReducers
* 4-TodoApp-Connect-Dispatch
* 5--TodoApp-Action-Creators
* 6-Redux-Middleware
* 7-Redux-Thunk
* 8-App-wide-font-size
$ git checkout 1-redux-basics
$ npm install
- That way you can switch between project files of different tutorials!