Skip to content

Commit 0bb0303

Browse files
authored
Update Static Typing Section (Reason -> ReScript) (#3766)
* Update Static Typing (Reason -> ReScript) ReasonML & BuckleScript have converged into the ReScript brand. Updates the description and urls within the `static-type-checking` section. * Update content/docs/static-type-checking.md
1 parent 89f3470 commit 0bb0303

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

content/docs/static-type-checking.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -316,11 +316,11 @@ You are now ready to code! We recommend to check out the following resources to
316316
* [TypeScript Documentation: Migrating from JavaScript](https://www.typescriptlang.org/docs/handbook/migrating-from-javascript.html)
317317
* [TypeScript Documentation: React and Webpack](https://www.typescriptlang.org/docs/handbook/react-&-webpack.html)
318318
319-
## Reason {#reason}
319+
## ReScript {#rescript}
320320
321-
[Reason](https://reasonml.github.io/) is not a new language; it's a new syntax and toolchain powered by the battle-tested language, [OCaml](https://ocaml.org/). Reason gives OCaml a familiar syntax geared toward JavaScript programmers, and caters to the existing NPM/Yarn workflow folks already know.
321+
[ReScript](https://rescript-lang.org/) is a typed language that compiles to JavaScript. Some of its core features are guaranteed 100% type coverage, first-class JSX support and [dedicated React bindings](https://rescript-lang.org/docs/react/latest/introduction) to allow integration in existing JS / TS React codebases.
322322
323-
Reason is developed at Facebook, and is used in some of its products like Messenger. It is still somewhat experimental but it has [dedicated React bindings](https://reasonml.github.io/reason-react/) maintained by Facebook and a [vibrant community](https://reasonml.github.io/docs/en/community.html).
323+
You can find more infos on integrating ReScript in your existing JS / React codebase [here](https://rescript-lang.org/docs/manual/latest/installation#integrate-into-an-existing-js-project).
324324
325325
## Kotlin {#kotlin}
326326

0 commit comments

Comments
 (0)