mirror of
https://github.com/jbranchaud/til
synced 2026-01-03 15:18:01 +00:00
Add Trying Out ReasonML In CodeSandbox as a reasonml til
This commit is contained in:
@@ -10,7 +10,7 @@ smart people at [Hashrocket](http://hashrocket.com/).
|
|||||||
For a steady stream of TILs from a variety of rocketeers, checkout
|
For a steady stream of TILs from a variety of rocketeers, checkout
|
||||||
[til.hashrocket.com](https://til.hashrocket.com/).
|
[til.hashrocket.com](https://til.hashrocket.com/).
|
||||||
|
|
||||||
_707 TILs and counting..._
|
_708 TILs and counting..._
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
@@ -526,6 +526,7 @@ _707 TILs and counting..._
|
|||||||
- [Stream A File Line By Line](reason/stream-a-file-line-by-line.md)
|
- [Stream A File Line By Line](reason/stream-a-file-line-by-line.md)
|
||||||
- [String Interpolation With Integers And Sprintf](reason/string-interpolation-with-integers-and-sprintf.md)
|
- [String Interpolation With Integers And Sprintf](reason/string-interpolation-with-integers-and-sprintf.md)
|
||||||
- [String Interpolation With Quoted Strings](reason/string-interpolation-with-quoted-strings.md)
|
- [String Interpolation With Quoted Strings](reason/string-interpolation-with-quoted-strings.md)
|
||||||
|
- [Trying Out ReasonML In CodeSandbox](reason/trying-out-reasonml-in-codesandbox.md)
|
||||||
- [Wrapping A Component For Use In JavaScript](reason/wrapping-a-component-for-use-in-javascript.md)
|
- [Wrapping A Component For Use In JavaScript](reason/wrapping-a-component-for-use-in-javascript.md)
|
||||||
|
|
||||||
### Ruby
|
### Ruby
|
||||||
|
|||||||
10
reason/trying-out-reasonml-in-codesandbox.md
Normal file
10
reason/trying-out-reasonml-in-codesandbox.md
Normal file
@@ -0,0 +1,10 @@
|
|||||||
|
# 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.
|
||||||
Reference in New Issue
Block a user