Here you'll find the files for the demo of my talk "What is & why Redux" at @gdl_js
You'll find two versions of the classic Todo app:
- One built with React & Redux
- One built with React only
Is worth to mention that this specific exercise of the Todo app is not the one where Redux shines the most, because the excercise is not very complex.
However, is a good exercise for comparing under a simple use case what are the differences in implementation of React vs React + Redux.
$ yarn install
$ yarn run
Slides at: https://slides.com/tonatiuhiiii/what-is-and-why-redux/edit
This project was bootstrapped with Create React App.