React Hooks + MobX State Tree + TypeScript = 💛
Example project of how to use mobx-state-tree (MST) with React Hooks and TypeScript.
Bootstrapped with
create-react-appand styled with Tailwind CSS.
Clone the repo and run
yarnto install all dependencies.
yarn dev
Watches and rebuilds css changes and starts dev server
yarn start
Builds css once and starts react-scripts.
yarn build
Builds production ready project.
yarn build:css
Builds css once.
yarn watch:css
Watches and rebuilds css.
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
git checkout -b feature/AmazingFeature)
git commit -m 'Add some AmazingFeature)
git push origin feature/AmazingFeature)
Distributed under the MIT License. See
LICENSEfor more information.