Skip to content

Commit a230936

Browse files
committed
add back roadmap
1 parent 50dc605 commit a230936

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
lines changed

data/sidebar_community.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
{
22
"Resources": [
33
"overview",
4+
"roadmap",
45
"code-of-conduct",
56
"translations"
67
]
7-
}
8+
}

pages/community/roadmap.mdx

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
---
2+
title: "Roadmap"
3+
description: "Goals & Future Releases"
4+
canonical: "/community/roadmap"
5+
---
6+
7+
# Roadmap
8+
9+
The ReScript development is an Open Source effort coordinated by individiual Open Source contributors, its creator [Hongbo Zhang](https://github.com/bobzhang) and members of the [ReScript Association](https://rescript-association.org).
10+
11+
For latest development updates, please check out the [ReScript forum](https://forum.rescript-lang.org) development section and the [ReScript blog](/blog), or follow the relevant GitHub milestones on the rescript-compiler repository.
12+
13+
## Current focus
14+
15+
Major v12.0 release (see [v12 milestone](https://github.com/rescript-lang/rescript/milestone/16)).
16+
17+
- Move the [Rescript Core](https://github.com/rescript-lang/rescript-core) standard library into the compiler / remove the OCaml standard library
18+
- A new build system tailored to ReScript's needs ([rewatch](https://github.com/teamwalnut/rewatch)) for better monorepo support and even faster compilation speed
19+
- Make it easier to create libraries for consumption from TypeScript with GenType
20+
21+
**Note:** Release goals may be subject to change.

0 commit comments

Comments
 (0)