DEV Community

Discussion on: The state you've never needed

 
artydev profile image
artydev

Read it, you won't regret it 🙂

Thread Thread
 
merri profile image
Vesa Piittinen • Edited

Not a fan. I've seen people convert to stream based centralized state management and it hasn't worked well from performance perspective. Might be that they've done something wrong, but haven't seen them being able to fix the issue and it's been 1½ years since the change. They did the change because it resulted to "shorter and neater code".

Thread Thread
 
macsikora profile image
Pragmatic Maciej

Yes, in my experience we always should start from less expressive tool and only if it doesn't work for us search for more sophisticated solutions.