Mostafa-ashraf19 / software_experience

My online software Courses I took it
0 stars 0 forks source link

Create Redux's state management from scratch. #1

Open Mostafa-ashraf19 opened 2 years ago

Mostafa-ashraf19 commented 2 years ago

Redux has a state management library that has a store, actions, and reducers.

In this issue, I'll create state management like Redux state management as an applied concept.

The what and why of Redux Leveling Up with React: Redux

Mostafa-ashraf19 commented 2 years ago

Redux can be used in:

Mostafa-ashraf19 commented 2 years ago

Question: How to choose between Redux's store and React's state?