https://github.com/equimper/youtube-learnreduxtogether
https://github.com/equimper/youtube-learnreduxtogether
Last synced: 13 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/equimper/youtube-learnreduxtogether
- Owner: EQuimper
- Created: 2017-04-29T18:35:01.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-04-29T19:57:38.000Z (over 8 years ago)
- Last Synced: 2025-09-13T06:23:28.615Z (23 days ago)
- Language: JavaScript
- Size: 64.5 KB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# LearnReduxTogether
This is a simple tutorial where I show how use Redux with React.
I cover the crud action and the ajax too. + I also talk about Optimistic-Ui.
# Part 1
[Video](https://youtu.be/8GLEuP8lzt8)
- Setup Redux
# Part 2
[Video](https://youtu.be/PKDLGDbmAy4)
- Create a todo
- Show all todos# Part 3
[Video](https://youtu.be/pd-z034WKwI)
- Completed a todo
- Delete a todo
- Deleted all todos# Part 4
[Video](https://youtu.be/cRm_jQdhSCI)
- Create a json api
# Part 5
[Video](https://youtu.be/q2uFaEoMuu8)
- Create a todo in api
- Show all todos in api# Part 6
[Video](https://youtu.be/aZ7O6_IpS6U)
- Optimistic ui
# Part 7
[Video](https://youtu.be/05AxtFFx9Ko)
- Delete a todo in api
# Part 8
[Video](https://youtu.be/vkgh327Al9s)
- Completed a todo in api