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

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

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`