
State Management ft. Assaf Krintza - JSJ 508
JavaScript Jabber
00:00
The Trade Off Is You Gain Freedom but You Lose Structure
With mobiks you can create a state, which is essentially just regular javascript object. And each time you change that object, components are reacting to it because they can subscribe to it. So i think the trade of is you gain freedom, but you lose structure. It's te kind of to an extent. I sometimes think of it as like the inverse of reduc - withredocs its all about the state being immutable and generating nou state. With mobiks, it's all about theState being wholly mutable. And then the components will react or respond to that mutation of the state. But on the other hand, it's really unstructured, so it
Play episode from 33:50
Transcript


