tsumo / mobx-crash-course

Checking out mobx

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Checking out Mobx

Build available at https://tsumo.github.io/mobx-crash-course/

Single mobx store is created and passed to the application through the Context.

Custom useAutorun hook is used for the effects that depend on the store values.

Posts are downloaded asynchronously, received data is typechecked using type assertions feature of Typescript 3.7

About

Checking out mobx


Languages

Language:TypeScript 85.2%Language:HTML 12.2%Language:CSS 2.6%