An open API service indexing awesome lists of open source software.

https://github.com/equimper/youtube-learnreduxtogether


https://github.com/equimper/youtube-learnreduxtogether

Last synced: 13 days ago
JSON representation

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