What is Redux? Why use Redux?

preview_player
Показать описание
If you're a web developer, you've probably heard of Redux, but you may be wondering why it's such a popular library.

CBT Nuggets trainer Shaun Wassell explores the problems that Redux solves — and how it can be used to build more scalable and maintainable web applications. Redux solves several challenges that arise when building complex web applications. One of the biggest is managing the state of the application. As an application grows in size and complexity, managing the state becomes increasingly difficult. Redux provides a centralized location to manage the state of your application, making it easier to reason how your application works.

Another challenge is sharing state between different components of the application. When different components need access to the same data, sharing that data can be challenging. Redux provides a single source of truth for the application's state, which can be accessed by any component that needs it.

-----------------
Connect with CBT Nuggets for the latest in IT training:

#redux #reactredux #javascript #softwaredeveloper #angular #vuejs #ember #ittraining #cbtnuggets
Рекомендации по теме
Комментарии
Автор

I like the video, the only think I did not like is that it really did not explain why we need redux, just that It gives rules to getting the context. I really understood context btw, thank you

vspoke
Автор

This was super helpful. I really enjoyed the visual explanation which made it so much more easier for me to understand the concept. Thank you!

bibimathew
Автор

This is how you do tutorials, i understood what redux was without text

sixtyfivewatts
Автор

from this video I really do not understand.... why do I need redux? What is it, and why is it superior to context?

CatBind
Автор

Can’t you accomplish this with the useReducer hook + context? The useReducer hook allows us to define “rules” the same way?

John-xxlw
Автор

According to this video, Redux is a burden in our global context. We had better never use the Redux.

AskoldTheFirst