Skip to content

Commit 3789b00

Browse files
committed
Update README a bit
1 parent 75d04bf commit 3789b00

File tree

1 file changed

+3
-9
lines changed

1 file changed

+3
-9
lines changed

README.md

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,16 @@
1-
## rescript-react
1+
## @rescript/react
22

33
> The Official ReScript Bindings for ReactJS
44
55
- [Documentation](https://rescript-lang.org/docs/react/latest/introduction)
66

7-
### Transition Plan (reason-react -> rescript-react)
8-
9-
- Existing users want to upgrade from `reason-react@0.9` to `rescript-react@0.10` (should be a smooth transition, check out the [CHANGELOG.md](./CHANGELOG.md) for minor breaking changes)
10-
- Make sure that all community libraries that are still on `reason-react` publish a new `@rescript/react` version as well (for compatibility reasons)
11-
- 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.
12-
137
### Installation
148

159
#### React-JSX transformation V4
1610

1711
- [Documentation](https://github.com/rescript-lang/syntax/blob/master/cli/JSXV4.md)
1812

19-
The ReScript compiler V10.1+ is required.
13+
The ReScript compiler v10.1+ is required.
2014

2115
```
2216
npm install @rescript/react --save
@@ -57,7 +51,7 @@ If you want to try build your project with JSX v3, see [the V3 compatibility mod
5751
```
5852
npm install
5953
60-
# Starts the ReScript compiler in watchmode
54+
# Starts the ReScript compiler in watch mode
6155
npm start
6256
```
6357

0 commit comments

Comments
 (0)