0 votes
in ReactJS by
What is MobX in ReactJs?

1 Answer

0 votes
by

MobX is a simple, scalable and battle tested state management solution for applying functional reactive programming (TFRP). For reactJs application, you need to install below packages,

npm install mobx --save
npm install mobx-react --save
...