/mobx-starter-typescript

Simple Scaffold for Using React with MobX

Primary LanguageTypeScriptMIT LicenseMIT

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

  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