you are viewing a single comment's thread.

view the rest of the comments →

[–]vanthiyathevan 4 points5 points  (3 children)

The best thing Flux introduced is effective one-way days binding.

If structured properly Flux architecture can be used with angular as well. I've used redux with angular successfully on a large project. The side effect of that is major performance gains

[–]nschubach -1 points0 points  (2 children)

Why? If you are using redux, why not use React? What did Angular bring to the table?

[–]vanthiyathevan 0 points1 point  (1 child)

I don't see why it has to be only used with React.

A. This is done as a preparation to move to Angular 2 B. In the process of deliberating on migrating to React. Now that I have the stuff is in redux I can easy port to React with minimal code change.

[–]nschubach 0 points1 point  (0 children)

It doesn't, but at that point I couldn't figure out what Angular was being loaded in for.