V
V
Vika Marmeladka2021-03-25 13:26:16
React
Vika Marmeladka, 2021-03-25 13:26:16

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

2 answer(s)
S
Sun_Day, 2021-03-25
@homsi959

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.

V
Vasily Bannikov, 2021-03-25
@vabka

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 question

Ask a Question

731 491 924 answers to any question