Hacker Read top | best | new | newcomments | leaders | about | bookmarklet login

Right there with you on this, love react's rendering model. Redux seems to get all the hype but I'm sort of beginning to suspect it might be mostly the wrong way to do things. It reminds me of TDD, most of the benefits seem to be moral in character rather than concrete.


sort by: page size:

Right, I don't know much about React myself, but that must be why Redux was created right?

I see your points and don't disagree. However, Redux is a fairly young concept and I think it has some potential to grow (as is React).

I feel this way about React but Redux seems awkward and worthy of replacement. Am I in the minority on this?

You probably don't need Redux* but React is awesome

I know it's not the main point but you're talking about Redux there, not React. I've worked with React for years without touching the stuff you're talking about.

My take away was that we need to work towards converging efforts rather than diverging and causing constant fragmentation and lost effort. It being easy to deploy is a good thing, but people need to try to reduce noise and fix existing good enough projects to make them great and robust.

Contrary to my above points, I'm super in redux and react and feel they were large leaps in design over previous ones. I've been happier and happier with react over the last two years. Redux is also consistently making me smile.


Redux is the only thing (sort of) from the React ecosystem that I'd save from a fire. But mine seems to be a minority opinion.

It seems like Redux + React is clearly going to win out. What am I missing?

Yes the ecosystem is constantly changing right now but the oscillations are getting smaller not bigger. In my opinion Redux is the highest level and most intuitive, just like React was for the view when it came out. It's only a matter of time.


Agreed. I like to tell people that I like Redux's devtools more than I like Redux. There's a payoff for all the boilerplate.

In my experience the experience with Redux Toolkit is awesome, it's essentially an opinionated way to use Redux for modern web applications and I believe they really hit the mark when it comes to reducing boilerplate and the need for extra deps. Although I'm still not a big fan and prefer to use built-in tools of React to manage state when possible (now that we have Context, Suspense, etc.)

Looks better than Redux, but then again what doesn't?

How often do you see redux used with anything other than react? Or are you just talking about redux working with react alternatives like preact/inferno, etc?

You're not wrong, but practically 99% of people pair it with react.


What do you suggest developers use instead of Redux?

That's great! (Although redux enthusiasts I've met tend to disagree with that philosophy).

I wonder why people need Redux, Using simply React is great and enough if you understand it well

Yes, I agree. There are trade-offs to be considered. Those are definitely benefits to using Redux, for sure.

I was a relatively early adopter of Redux and, while I understand the appeal of the architecture and mental model, I was always annoyed by the boilerplate (to turn plain language functions into serializable events) and unclear approach to modularization (single state tree is too much like a global). For moderately complex apps I found the practical downsides of those heavier than the pros of unidirectional flow and reproducible execution. Haven't touched it in over a year so I can't say if things are better, but somehow I doubt it.

This is precisely why I've been pushing for Redux even outside of the React ecosystem. I've been talking to quite a few people interviewing for ng2 projects... regardless of my opinions on ng2, something like Redux is probably a good idea for most projects (beyond trivial complexity, to relatively large).

FWIW I agree with you I'm not enamoured by react/redux.
next

Legal | privacy