B
B
bio2016-07-25 09:24:48
Angular
bio, 2016-07-25 09:24:48

Should I use Flux/Redux/RxJs with Angular ^1.5?

Hello!

  1. How easy would it be to write large SPAs with Flux/Redux/RxJs ?
  2. Is there any benefit from using them with Angular ?
  3. If there is a profit, then in which direction to look?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
_
_ _, 2016-07-25
@bioforge

There is a profit and it is very obvious - 50% of SPA development is a competent state management.
The two-way data binding approach is essentially an anachronism that got rid of in Angular2 and partially in Angular 1.5 (.component notation and one-way data binding '<')
Therefore, with Angular 1.5 Flux suggests itself as one of the ways to formalize the control process state. And since Redux, for example, is also in Redux Africa, with a little effort you will get the same store to work in Angular 1.5 and Angular 2 and React

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question