This is a repo complimentory to the following 4 days Bootcamp
- Install
reason-cli
cause we will be usingrtop
yarn global add bs-platform
- Install Bucklescript in order to compile ReasonML to JavaScript- Init our project with
bsb -init my-new-project -theme basic-reason
- Add to existing project
yarn add --dev bs-platform
- Run bucklescript in watch mode
bsb -make-world -w
rtop
(use#quit;
to quit)- Playground
We will use VSCode as editor of our choice.
- Install reason-vscode extension
- Go through settings
- Values
- Bindings and scopes
- tupples
- records
- variants
- pattern matching
- loops
- functions
- arrays
- lists
- modules
- modules
- functors
- JS interop
- Bucklescript
- Recap
- Continue with Bucklescript
- Bucklescript build system
- ReasonReact