What can I do with ReScript?
rescript-lang.org·2d·
Discuss: r/programming
📘TypeScript
Preview
Report Post

You’ve taken a look and ReScript and you want to try it out, but how do you get started? There’s the installation page in the docs, which is great if you want to set up a new React app using create-rescript-app. There’s instructions on how to add it to an existing project or set it up manually. But that doesn’t really answer the question "Can I use this with X?".

ReScript is just a language that compiles to JavaScript. Unlike other language like Elm or PureScript ReScript doesn’t have a recommended framework or independent ecosystem, it’s just part of the normal JavaScript world.

Here’s a really basic example that you…

Similar Posts

Loading similar posts...