Skip to content

Instantly share code, notes, and snippets.

@kutyel
Last active October 18, 2018 06:25
Show Gist options
  • Save kutyel/6d2fa642f546dbad480561241397b56f to your computer and use it in GitHub Desktop.
Save kutyel/6d2fa642f546dbad480561241397b56f to your computer and use it in GitHub Desktop.
<ul>
{[|“foo”, “bar”, “baz”|]
->Belt.Array.mapWithIndex((key, x) => {let key = string_of_int(key); <li key>{ReasonReact.string(x)}</li>})
->ReasonReact.array}
</ul>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment