> For the complete documentation index, see [llms.txt](https://okelm.gitbook.io/devmeetings-react-ts-fork/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://okelm.gitbook.io/devmeetings-react-ts-fork/whats-next/state-management.md).

# State Management

Redux/MobX

Before React started supporting `context` officially, there were no good way of managing application state. That's basically why React, MobX and other libraries was created, and for some developers these are the only viable options.&#x20;

### Redux

![](https://3623316627-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LqFAwc0aFWpcPyhtK-X%2F-LqvZFw9p-u2rs8TpBqc%2F-Lqv_-8mX-Z-ewXp72Tm%2Fimage.png?alt=media\&token=17a776e8-cd66-486e-8572-7fc4a04fb4af)

### MobX

![](https://3623316627-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LqFAwc0aFWpcPyhtK-X%2F-LqvZFw9p-u2rs8TpBqc%2F-Lqv_whQeVHoE8SMj9Sb%2Fimage.png?alt=media\&token=09643f26-6a36-40ac-9e6c-13db10cd0af0)

### Resources <a href="#resources" id="resources"></a>

* ​[Mobx image](https://www.robinwieruch.de/mobx-react)​
* ​[Redux image](https://medium.com/@northerneyes/the-evolution-of-redux-action-creators-2973018bf2ae)​
