Skip to content

Commit 1df4e2f

Browse files
Move ReScript Core mention up a bit
1 parent 8970c76 commit 1df4e2f

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

_blogposts/2024-01-11-release-11-0-0.mdx

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,12 @@ As this release is packed, please refer to the following blogposts for a detaile
2525

2626
## Ecosystem
2727

28+
### Rescript Core
29+
30+
[ReScript Core](https://github.com/rescript-association/rescript-core) is ReScript's new standard library. It replaces the complete `Js` module as well as some of the more frequently used modules from `Belt` and is recommended to use with uncurried mode.
31+
32+
The latest docs on [https://rescript-lang.org](/) already use it for the examples, but please bear in mind that the [API docs](/docs/manual/latest/api) are not updated to it yet. This will happen soon though.
33+
2834
### Create-ReScript-App
2935

3036
Previously, the rescript binary was able to initialize new projects itself. But it was required to have a global npm install to use it. This functionality has been removed.
@@ -35,12 +41,6 @@ Going forward, create-rescript-app is the new recommended way to setup a new pro
3541

3642
In tandem with the new ReScript release, a new version of ReScript-React is released as well. Check out the [corresponding docs](/docs/react/latest/installation).
3743

38-
### Rescript Core
39-
40-
[ReScript Core](https://github.com/rescript-association/rescript-core) is ReScript's new standard library. It replaces the complete `Js` module as well as some of the more frequently used modules from `Belt` and is recommended to use with uncurried mode.
41-
42-
The latest docs on [https://rescript-lang.org](/) already use it for the examples, but please bear in mind that the [API docs](/docs/manual/latest/api) are not updated to it yet. This will happen soon though, as the next section suggests.
43-
4444
### ReScript Tools / Documentation Extraction
4545

4646
There is a new experimental tool available that is a building block for documentation generation from ReScript files. It can be installed and used as follows:

0 commit comments

Comments
 (0)