V
V
Vladimir Golub2019-08-31 15:16:51
React
Vladimir Golub, 2019-08-31 15:16:51

What is the advantage of using redux-saga for an application, as opposed to regular redux?

I work with Redux, but I don’t understand in which projects it is better to use sag, and in which regular redux ?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
S
spmbt, 2019-08-31
@spmbt

Ensures the correctness of asynchronous requests to services. In pure Redux it is theoretically also possible, but it is difficult to build the correct architecture when the number of API requests is more than 1. Other alternatives to correct architectures are MobX, redux-thunk.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question