Skip to content

Commit 9de41ca

Browse files
committed
add Upgrade docs to gh-pages
1 parent 82ed001 commit 9de41ca

File tree

3 files changed

+12
-4
lines changed

3 files changed

+12
-4
lines changed
Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,19 @@
11
---
2-
title: Upgrade from 2.x to 3.x
2+
title: Upgrade to v3
33
displayed_sidebar: docsSidebar
4-
sidebar_position: 999
4+
sidebar_position: 102
55
---
66

77
A lot fo F# wrapper magic was removed. React bindings now behave as close as possible to actual React functionality.
88

9+
## Update React version
10+
11+
Feliz 3.x requires React 19 or higher. Update your `package.json` dependencies with
12+
13+
```bash
14+
npm i react@19 react-dom@19
15+
```
16+
917
## Update Fable Version
1018

1119
Get the latest fable version (currently pre-release).

docs/docs/api-docs/react-dom/_category_.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"label": "React-Dom",
33
"collapsible": false,
4-
"position": 1000,
4+
"position": 101,
55
"link": {
66
"type": "generated-index",
77
"title": "React-DOM overview"

docs/docs/api-docs/react/_category_.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"label": "React",
33
"collapsible": false,
4-
"position": 999,
4+
"position": 100,
55
"link": {
66
"type": "generated-index",
77
"title": "React overview"

0 commit comments

Comments
 (0)