The app comes with a basic react/redux structure and three reducers that can be used as examples.
- Math Reducer (Basic Increment/Decrement number)
- User Reducer (Object Manipulation Example)
- Todo(Reminder) Reducer (Array(Object) Manipulation with normal and async actions)
-
[http://vincent.billey.me/pure-javascript-immutable-array] (Immutable array functions)
-
[https://www.youtube.com/watch?v=qrsle5quS7A] (Tutorial Series)
-
[https://thinkster.io/iterating-and-rendering-loops-in-react] (Loops on JSX)