rescript-lang.org icon indicating copy to clipboard operation
rescript-lang.org copied to clipboard

Official documentation website for the ReScript programming language

Results 159 rescript-lang.org issues
Sort by recently updated
recently updated
newest added

Rewatch opens the door to use monorepos. But what are the ReScript specific bits to make this work? I'm happy to contribute a section on this, but I don't quite...

If I selected `v12` ![Image](https://github.com/user-attachments/assets/835f11db-61d5-4cb1-8d76-b8c1ba2b1b22) It would be great if that is remembered for future visits.

Probably needs an update of rescript-tools and the corresponding script.

We need more guides for people to get an idea what one can do with the language. Some examples: * Fullstack examples with API type-sharing thanks to JSON schema and...

Add a keyboard shortcut for formatting. Currently, the cursor position gets lost after pressing it, which makes this feel very awkward. Try to preserve it. This might only be solved...

playground

As soon as https://github.com/rescript-lang/rescript-compiler/pull/7057 landed We need to fix the explanation for operators. It seems better to fix the existing one instead of introducing it as a special feature. (because...

This issue is just to collect ideas for the playground now that it also supports execution of built-ins as well as (blessed?) dependencies. * an interactive tutorial playground with levels...

playground

I encountered a problem with valid JS code that was hard to translate into rescript - the problem is [discussed here in the forum](https://forum.rescript-lang.org/t/recursion-in-a-function-argument-via-callback/5744/6) - it turned out the `ref`...

https://rescript-lang.org/docs/manual/latest/build-configuration#name-namespace 1. Add examples for possible library configurations, especially also because it is needed with rewatch/monorepos 2. It says that "namespace" will be converted to PascalCase like "name" but this...