Skip to content

Commit c674b48

Browse files
authored
Update README.md
1 parent 454b609 commit c674b48

File tree

1 file changed

+5
-27
lines changed

1 file changed

+5
-27
lines changed

README.md

Lines changed: 5 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -2,39 +2,17 @@
22

33
> The Official ReScript Bindings for ReactJS
44
>
5-
> **not ready yet / highly experimental (do not use, unless you are contributor)**
5+
> **Note:** These bindings are in the publishing phase. Proper npm release will follow soon!
66
7-
### Transition Plan
7+
### Transition Plan (reason-react -> rescript-react)
88

9-
**v0.10 tasks:**
10-
11-
- [x] Port to ReScript syntax
12-
- [x] Align naming / terminologies
13-
- [x] Remove legacy code (see Changes.md for details)
14-
- [x] Upgrade to bs-platform@8.4
15-
- [ ] Align upcoming docs for `rescript-react@0.10`
16-
- [ ] Write migration-guide for `reason-react@0.9` -> `rescript-react@0.10`
17-
- [ ] Try `rescript-react` in existing codebases before official release
18-
- [ ] Release `rescript-react@0.10` (which should be easy to migrate to)
19-
- [ ] Add a note on `reason-react` for new users
20-
21-
**v1.0 tasks:**
22-
23-
The `v1.0` release will introduce more potential breaking changes, due to a new ppx release.
24-
25-
- [ ] Discuss upcoming changes / upgrade strategy (blog post / forum)
26-
- [ ] add more actionables as plans are discussed
27-
28-
29-
```
30-
# proposal for package name
31-
npm install @rescript-lang/rescript-react
32-
```
9+
- Existing users want to upgrade from `reason-react@0.9` to `rescript-react@0.10` (should be a smooth transition, check out the [Changes.md](./Changes.md) for minor breaking changes)
10+
- We will soon publish our `v1.0` changes, with a new `react-jsx` version and some other cool features! Check out our [RFC post](https://forum.rescript-lang.org/t/rfc-rescript-react/901) for more infos.
3311

3412
**Quick Links:**
3513

3614
- [Introduction](https://rescript-lang.org/docs/react/latest/introduction)
37-
- [Installation](https://rescript-lang.org/docs/react/latest/installation)
15+
- [Installation](https://rescript-lang.org/docs/react/latest/installation) (Please note that our npm package is not released yet. Coming soon!)
3816

3917
### Requirements
4018

0 commit comments

Comments
 (0)