Skip to content

Commit 42f1e3a

Browse files
Move ReScript Core to a more prominent position
1 parent 941f600 commit 42f1e3a

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

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

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,16 @@ Another addition is first-class support for dynamic imports, which will allow de
4444

4545
### Uncurried Mode
4646

47-
This release is also introducing uncurried mode, which is a new default mode that compiles all dependencies as uncurried, and it aims to make it easier for newcomers to use the language.
47+
This release is also introducing uncurried mode , which is a new default mode that compiles all dependencies as uncurried, and it aims to make it easier for newcomers to use the language.
4848

4949
- Blogpost: [Uncurried Mode](/blog/uncurried-mode)
5050

51+
### New Standard Library: ReScript Core
52+
53+
[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.
54+
55+
The latest docs on [rescript-lang.org](/) already use it for the examples. Have a look at the new [RescriptCore API docs](/docs/manual/latest/api/core).
56+
5157
## More Features
5258

5359
Furthermore, there are a lot of smaller improvements of which we want to state only a few here.
@@ -80,12 +86,6 @@ It's now possible to have a module opened by default that is just part of the cu
8086

8187
## Ecosystem
8288

83-
### Rescript Core
84-
85-
[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.
86-
87-
The latest docs on [rescript-lang.org](/) already use it for the examples. Have a look at the new [RescriptCore API docs](/docs/manual/latest/api/core).
88-
8989
### Create-ReScript-App
9090

9191
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.

0 commit comments

Comments
 (0)