File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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
88guarantee proper functioning of the SDK on other React versions than this one. TypeScript is supported by default in the
99SDK, and you do not need to install any additional package to use the MonkJs type definitions in your app.
1010
1111We 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
1313easily. 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.
You can’t perform that action at this time.
0 commit comments