https://github.com/crazyurus/todomvc
基于 React + zustand 的 TodoMVC 实现
https://github.com/crazyurus/todomvc
react zustand
Last synced: 2 months ago
JSON representation
基于 React + zustand 的 TodoMVC 实现
- Host: GitHub
- URL: https://github.com/crazyurus/todomvc
- Owner: crazyurus
- License: mit
- Created: 2024-01-16T06:30:14.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2025-02-05T12:33:58.000Z (over 1 year ago)
- Last Synced: 2025-02-05T13:31:08.587Z (over 1 year ago)
- Topics: react, zustand
- Language: TypeScript
- Homepage: https://todomvc.crazyurus.com
- Size: 351 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# React & Zustand TodoMVC Example
https://todomvc.crazyurus.com
## Running
```sh
$ npm install pnpm -g
$ pnpm install
$ pnpm run start
```
## License
[MIT](./LICENSE)