@@ -12,7 +12,7 @@ _Reason React Native_ is a safe & simple way to build
1212
1313By leveraging the ReasonML great type system, expressive language features and
1414smooth interoperability with JavaScript (thanks to
15- [ BuckleScript ] ( https://bucklescript.github.io ) ), _ Reason React Native_ provide
15+ [ ReScript ] ( https://rescript-lang.org/ ) , _ Reason React Native_ provide
1616bindings for React Native features as components & APIs that are:
1717
1818- Safe and statically typed
@@ -31,7 +31,7 @@ bindings for React Native.
3131On your side, you write Reason code that use the ` ReactNative ` module exposed by
3232` reason-react-native ` package that you will find on ` npm ` .
3333
34- BuckleScript will compile this code to safe JavaScript that React Native can
34+ ReScript will compile this code to safe JavaScript that React Native can
3535consume like standard JavaScript.
3636
3737![ Introduction] ( /reason-react-native/schemas/introduction.svg )
@@ -45,7 +45,7 @@ with a safer React Native app!
4545## Zero-Cost
4646
4747What is awesome about _ Reason React Native_ bindings is that they don't
48- introduce an additional cost. The JavaScript code produced by BuckleScript will
48+ introduce an additional cost. The JavaScript code produced by ReScript will
4949directly hit React & React Native JavaScript implementation, without any extra
5050runtime & bundle cost.
5151
@@ -58,7 +58,7 @@ if you are unfamiliar with one of these two, we encourage you to have a look to
5858their documentations as soon as you don't find an answer you might have here.
5959
6060And one day or another, you will also have to look for answers on
61- [ BuckleScript ] ( https://bucklescript.github.io /docs/en/what-why ) , our
61+ [ ReScript ] ( https://rescript-lang.org /docs/manual/latest/introduction ) , our
6262Reason-to-JavaScript compiler.
6363
6464---
0 commit comments