Answer the question
In order to leave comments, you need to log in
Why is redux on the shoulders of the front-end when it's the back-end's job?
I know what redux is and why it is needed and even how it works. But by God, I can’t understand why something that stores data is on the side of the font, when all that stores data is a backing business? I am using React
Answer the question
In order to leave comments, you need to log in
When a user is in your web application, they create certain actions. Actions are related to state. And redux is a set of utilities for storing state globally in an application.
Thus, you create some objects and they change depending on the state. The user sees this as some kind of different reactions to his actions.
Redux does not store data. Redux stores the state of the application, and it is its front part. This is why redux falls under the responsibility of the frontender
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question