An open API service indexing awesome lists of open source software.

https://github.com/patrick-s-young/react-mobx-todo-list

Todo list demo of MobX state management within a React.js + TypeScript environment
https://github.com/patrick-s-young/react-mobx-todo-list

mobx-react postcss reactjs typescript-react

Last synced: 3 months ago
JSON representation

Todo list demo of MobX state management within a React.js + TypeScript environment

Awesome Lists containing this project

README

          

# Todo List demo of MobX + React + TypeScript

For state management in React.js web apps, I often use [Redux Toolkit](https://redux-toolkit.js.org) or [Zustand](https://zustand.docs.pmnd.rs/getting-started/introduction). I am starting a new role that requires [MobX](https://mobx.js.org/README.html). By way of getting up to speed, I put together this todo list demo.

```
git clone https://github.com/patrick-s-young/react-mobx-todo-list.git
cd react-mobx-todo-list
npm i
npm run dev
```