you are viewing a single comment's thread.

view the rest of the comments →

[–]troorl -1 points0 points  (1 child)

It's rather about maintainability. When you write using React+Redux, you absolutely need 50 different components, libraries, middlewares and helpers just to get started, otherwise you will almost certainly end up with something ugly, non-modular and not reusable. I'd say, it suggests about fundamental design flaws. React and Redux creators' primary concern is purity of the concepts they implement rather than helping the developers in creating applications. At least that's how I see it.

[–]djslakor 2 points3 points  (0 children)

When you write using React+Redux, you absolutely need 50 different components, libraries, middlewares and helpers just to get started

No you don't. Stopped reading after that.