Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 926 Bytes

README.md

File metadata and controls

25 lines (15 loc) · 926 Bytes

Here you'll find the files for the demo of my talk "What is & why Redux" at @gdl_js

Contents

You'll find two versions of the classic Todo app:

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.

Installation

$ yarn install
$ yarn run

Other resources

Slides at: https://slides.com/tonatiuhiiii/what-is-and-why-redux/edit

This project was bootstrapped with Create React App.