Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kubk/react-mobx-starter
React + MobX starter. Includes TypeScript, React Router, Redux Devtools, based on Create React App
https://github.com/kubk/react-mobx-starter
mobx react react-router typescript
Last synced: 25 days ago
JSON representation
React + MobX starter. Includes TypeScript, React Router, Redux Devtools, based on Create React App
- Host: GitHub
- URL: https://github.com/kubk/react-mobx-starter
- Owner: kubk
- Created: 2019-03-22T19:48:46.000Z (over 5 years ago)
- Default Branch: demo
- Last Pushed: 2022-08-11T17:51:18.000Z (about 2 years ago)
- Last Synced: 2024-04-15T04:25:11.719Z (7 months ago)
- Topics: mobx, react, react-router, typescript
- Language: TypeScript
- Homepage: https://react-mobx-starter-rfnnfku4b.now.sh
- Size: 2.98 MB
- Stars: 16
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# react-mobx-starter
This project is a boilerplate for a quickstart development React applications. [Demo](https://react-mobx-starter-rfnnfku4b.now.sh/)
### π Whatβs Inside?
- Create React App 4 + TypeScript 4
- [MobX](https://github.com/mobxjs/mobx) - Simple, scalable state management
- [mobx-log](https://github.com/kubk/mobx-log) - Logger & Redux Devtools integration for MobX
- [React Router](https://github.com/ReactTraining/react-router) - The most popular routing library for React
- A [tiny utility](src/store/mobx-form.ts) to control forms with MobX
- PrettierThe development process is exactly the same as you will do with Create React App.