Skip to content

Commit 2547d77

Browse files
committed
Single migrate page.
Fixes #641
1 parent d5ea84b commit 2547d77

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

data/sidebar_react_latest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"Overview": [
33
"introduction",
44
"installation",
5-
"migrate-from-v3"
5+
"migrate-react"
66
],
77
"Main Concepts": [
88
"elements-and-jsx",

data/sidebar_react_v0100.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"Overview": [
33
"introduction",
44
"installation",
5-
"migrate-from-reason-react"
5+
"migrate-react"
66
],
77
"Main Concepts": [
88
"elements-and-jsx",

pages/docs/react/latest/installation.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Then add the following setting to your existing `bsconfig.json`:
2828

2929
> The [new jsx transform](https://ko.reactjs.org/blog/2020/09/22/introducing-the-new-jsx-transform.html) of ReactJS is available with `mode: "automatic"`.
3030
31-
**Note** JSX v4 is newly introduced with the idomatic record-based representation of component. If your dependecies are not compatible with v4 yet, then you can use v3 in the same project. Check out the details in [Migrate from v3](/docs/react/latest/migrate-from-v3)
31+
**Note** JSX v4 is newly introduced with the idomatic record-based representation of component. If your dependecies are not compatible with v4 yet, then you can use v3 in the same project. Check out the details in [Migrate from v3](/docs/react/latest/migrate-react)
3232

3333
To test your setup, create a new `.res` file in your source directory and add the following code:
3434

pages/docs/react/latest/migrate-from-v3.mdx renamed to pages/docs/react/latest/migrate-react.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Migrate from JSX v3
33
description: "Migrate from JSX v3"
4-
canonical: "/docs/react/latest/migrate-from-v3"
4+
canonical: "/docs/react/latest/migrate-react"
55
---
66

77
# Migrate from JSX v3

pages/docs/react/v0.10.0/migrate-from-reason-react.mdx renamed to pages/docs/react/v0.10.0/migrate-react.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Migrate from ReasonReact
33
description: "Migrate from ReasonReact"
4-
canonical: "/docs/react/latest/migrate-from-reason-react"
4+
canonical: "/docs/react/latest/migrate-react"
55
---
66

77
# Migrate from ReasonReact

0 commit comments

Comments
 (0)