Redux vs RxJS

With hooks (see React Hooks) you won’t have connect and have an hoc anymore. Not sure if something like that would appeal to you more?

Immutability is another thing. It’s not exactly easy to do in JavaScript yet the advantages are certainly there, especially in something like react which checks for changes between values to optimize rendering. But you also have libraries like MobX which don’t use immutability but still get the job done, even in the context of react.

I personally like the ideas behind react and redux, but I agree they’re not great to work with right now. They’re close, and while I like the ideas behind hooks and what they accomplish, it’s also not exactly what I had imagined as the evolution of things here. We’ll see I guess