https://github.com/codeekage/mobx-starter-typescript
Simple Scaffold for Using React with MobX
https://github.com/codeekage/mobx-starter-typescript
Last synced: 8 months ago
JSON representation
Simple Scaffold for Using React with MobX
- Host: GitHub
- URL: https://github.com/codeekage/mobx-starter-typescript
- Owner: codeekage
- License: mit
- Created: 2019-06-03T15:50:56.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-03T23:18:42.000Z (about 3 years ago)
- Last Synced: 2025-04-27T11:02:38.404Z (11 months ago)
- Language: TypeScript
- Size: 3.44 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 23
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# mobx-starter-typescript
Simple Scaffold for Using React with MobX
## The starter implements:
- MobX
- Reach Router
- React Typescript
### Usage
Install dependecy defined in `package.json` run
```shell
yarn
```
### Demonstration
Try changing the name of the application with the input field at bottom of the `Home` page. Changes dymically populates on all other pages `getAppName` was called.
This shows the application is fully Reactive with `MobX`