Skip to content

Release blogpost for v11 #782

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 15 commits into from
Jan 11, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Move ReScript Core mention up a bit
  • Loading branch information
fhammerschmidt committed Jan 11, 2024
commit 1df4e2f8b568360659effee06059f34a94bd519e
12 changes: 6 additions & 6 deletions _blogposts/2024-01-11-release-11-0-0.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,12 @@ As this release is packed, please refer to the following blogposts for a detaile

## Ecosystem

### Rescript Core

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

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.

### Create-ReScript-App

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.
Expand All @@ -35,12 +41,6 @@ Going forward, create-rescript-app is the new recommended way to setup a new pro

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

### Rescript Core

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

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.

### ReScript Tools / Documentation Extraction

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:
Expand Down