Skip to content
This repository has been archived by the owner on Jun 28, 2021. It is now read-only.

Example of a React application that uses: MOBX 5, TypeScript 3 and create-react-app 2.1

License

Notifications You must be signed in to change notification settings

CodeAndChaos/typescript-react-mobx-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

When looking around for example applications that use Mobx 5.x combined with Mobx-react 5.x and TypeScript 3.x I did not find any useful example. Most of the examples in the awesome mobx list reference Mobx 3.x and are really outdated.

In my example I will use MOBX to display "Hello World!". It should showcase a couple of core concepts you will be using in an mobx application.

Read More about this example here.