mirror of
https://github.com/jbranchaud/til
synced 2026-01-03 15:18:01 +00:00
11 lines
413 B
Markdown
11 lines
413 B
Markdown
# Trying Out ReasonML In CodeSandbox
|
|
|
|
[CodeSandbox](https://codesandbox.io/) recently added support for a bunch of
|
|
new technologies. Among these is [ReasonML](https://reasonml.github.io/).
|
|
|
|
To give ReasonML a try, visit this [template
|
|
link](https://codesandbox.io/s/reason).
|
|
|
|
This is a [`reason-react`](https://reasonml.github.io/reason-react/)
|
|
template which allows you to write a React web app using ReasonML.
|