DEV Community

Discussion on: The state you've never needed

Collapse
 
macsikora profile image
Pragmatic Maciej

Can you elaborate? I totally don't know what you mean 😉

Collapse
 
olivierjm profile image
Olivier JM Maniraho • Edited

I think it is this one meiosis.js.org/
I haven't read much about it though.

Thread Thread
 
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.

Collapse
 
artydev profile image
artydev

Excuse-me,
Here is a link to this concept
Meiosis
You can apply it to any front-end framework you want

Thread Thread
 
macsikora profile image
Pragmatic Maciej

Thanks. Took a look, looks very interesting.

Thread Thread
 
artydev profile image
artydev

😊 yes it is
Once you try it, you will adopt it

Collapse
 
artydev profile image
artydev

I have posted several articles on it on devto,
here is one or them reactmeio
Regards