Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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
- Prettier

The development process is exactly the same as you will do with Create React App.