I
I
Isaac Clark2018-02-21 19:27:03
React
Isaac Clark, 2018-02-21 19:27:03

What is the difference between Redux and Reflux?

Hello, what is the difference between React Redux and React Reflux?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
M
Maxim, 2018-02-21
@Dark_Knight

In general:
- redux is more popular (more work)
- redux should be more stable (because it attracts too much attention)
Technically: both libraries originate from the flux implementation, but differ in details. Judging by the reflux documentation, they also (like flux) have several store storages. Redux has one store.
The essence of the libraries is the same: a unidirectional flow of data management. In simple terms: how to manage all the data in the application: someone clicked somewhere, something changed somewhere.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question