Skip to content

Commit 2b4bb48

Browse files
committed
stub out api overview
1 parent c2cb6f8 commit 2b4bb48

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

pages/docs/manual/v12.0.0/api.mdx

+6-7
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,17 @@
11
# Overview
22

3-
## ReScript Core
3+
## Language Features
4+
Move this section from the docs page? It feels more like a reference?
45

5-
[Core](api/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.
6+
## Standard library
7+
AKA Core
68

7-
In ReScript 11, it is shipped as a separate npm package `@rescript/core` that is added to your project as per the [installation instructions](/docs/manual/next/installation). In future ReScript versions, it will be included with the `rescript` npm package itself.
9+
## Syntax lookup
10+
[Syntax lookup](/syntax-lookup)
811

912
## Additional Libraries
1013

1114
ReScript ships with these two additional modules in its standard library:
1215

1316
- [Belt](api/belt): immutable collections and extra helpers not available in JavaScript / [Core](api/core).
1417
- [Dom](api/dom): Dom related types and modules. Contains our standardized types used by various userland DOM bindings.
15-
16-
## Legacy Modules
17-
18-
The [Js](api/js) module is superseded by [Core](api/core).

0 commit comments

Comments
 (0)