Skip to content

Commit 7152114

Browse files
committed
Updated global documentation
1 parent b226f20 commit 7152114

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

documentation/docs/getting-started.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ sidebar_position: 2
44

55
# Getting Started
66
## Creating Your App
7-
The current React version supported by the MonkJs SDK is [React 17](https://react.dev/versions#react-17). We do not
7+
The current React version supported by the MonkJs SDK is [React 19](https://react.dev/versions#react-19). We do not
88
guarantee proper functioning of the SDK on other React versions than this one. TypeScript is supported by default in the
99
SDK, and you do not need to install any additional package to use the MonkJs type definitions in your app.
1010

1111
We do not require any specific loader like Webpack etc. Our SDK can be used on virtually any project as long as you're
12-
using React 17. We plan on creating Create-React-App templates to allow developers to bootstrap new MonkJs webapps more
12+
using React 19. We plan on creating Create-React-App templates to allow developers to bootstrap new MonkJs webapps more
1313
easily. Until then, you can either create your app manually, or start by copying our official
1414
[Demo App](https://github.com/monkvision/monkjs/tree/main/apps/demo-app) to start your project.

0 commit comments

Comments
 (0)