|
2 | 2 |
|
3 | 3 | > The Official ReScript Bindings for ReactJS
|
4 | 4 | >
|
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! |
6 | 6 |
|
7 |
| -### Transition Plan |
| 7 | +### Transition Plan (reason-react -> rescript-react) |
8 | 8 |
|
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. |
33 | 11 |
|
34 | 12 | **Quick Links:**
|
35 | 13 |
|
36 | 14 | - [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!) |
38 | 16 |
|
39 | 17 | ### Requirements
|
40 | 18 |
|
|
0 commit comments