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
- Host: GitHub
- URL: https://github.com/patrick-s-young/react-mobx-todo-list
- Owner: patrick-s-young
- Created: 2025-08-23T18:26:06.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-08-23T20:23:35.000Z (11 months ago)
- Last Synced: 2025-09-02T13:57:02.246Z (11 months ago)
- Topics: mobx-react, postcss, reactjs, typescript-react
- Language: TypeScript
- Homepage:
- Size: 53.7 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```