Content
@
0 reply
0 recast
0 reaction
Tayyab - d/acc
@tayyab
Do you still use Redux in your React/NextJS projects?
9 replies
0 recast
1 reaction
Ben Adamsky 💭
@ba
Not anymore, too much overhead for what it’s worth on most projects. Had a good experience with jotai recently, but trying to avoid state management libraries altogether these days
2 replies
0 recast
0 reaction
Phil Cockfield
@pjc
I do a lot with passing observables (rxjs) around to manage redraws on change, with immutable POJOs...and then more recently, all that getting rolled up into CRDTs. { current: T change(ƒn: (d: T)=> void): void } ↑ ...gets you a hell of a lot of everything needed (immutability wise) and all simple JS stuff.
0 reply
0 recast
0 reaction