MobX State Management-Simple and Powerful State Machine
MobX is a library for building responsive data models, offering a declarative approach to state management that automatically updates dependent views when data changes.
Creating Observable State
MobX uses the @observable decorator to create observabl...
tech.tianyaschool.com9 min read