MobX with React Introduction
By Amitai B, Mar 2 2018
MobX is a simple state management solution, that can be used very easily for ReactJS. ReactJS is a render a JavaScript library for building user interfaces, but it doesn’t have a built-in state management or two way binding like Angular (In version 16.3 it has changed by introducing the new Context API).
Read More