Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/davesnx/try-react-rules-of-hooks-ppx
https://github.com/davesnx/try-react-rules-of-hooks-ppx
Last synced: 14 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/davesnx/try-react-rules-of-hooks-ppx
- Owner: davesnx
- Created: 2021-05-06T21:23:08.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-05-06T21:38:39.000Z (over 3 years ago)
- Last Synced: 2024-04-14T09:31:53.807Z (9 months ago)
- Language: Reason
- Size: 48.8 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Try react-rules-of-hooks-ppx
Playground to test issues regarding [react-rules-of-hooks-ppx](https://github.com/reason-in-barcelona/react-rules-of-hooks-ppx).
### Get it running
Install dependencies and start the project
```
yarn install
yarn dev
````yarn dev` will concurrently run all the procceses needed
- Compile BuckleScript in watch mode
- Run a server that serves the static files
- Bundle JavaScript with esbuild> `dev` runs always a clean step before, so can happen that esbuild is faster than bucklescript and some errors appears while bucklescript is finishing. The app should be ready when "[re] >>>> Finish compiling" appears.