Hacker News new | ask | show | jobs
by Ineentho 2385 days ago
I haven't heard about timm before, but it looks very similar to immer https://github.com/immerjs/immer, which is even recommended in the official React docs now
1 comments

We also recommend using Immer with Redux [0], and it's used internally in our new Redux Toolkit package [1].

[0] https://redux.js.org/style-guide/style-guide#use-immer-for-w...

[1] https://redux-toolkit.js.org/

Nice, thanks to both of you for the tip. I always hated ImmutableJS's clunky API which is partly the reason why I switched from Redux to Mobx as the object assigning felt otherwise so icky. I have to check out if Immer is any better =).