We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db1774b commit d8878afCopy full SHA for d8878af
docs/start/framework/react/build-from-scratch.md
@@ -58,7 +58,8 @@ npm i @tanstack/react-start @tanstack/react-router vinxi
58
You'll also need React and the Vite React plugin, so install them too:
59
60
```shell
61
-npm i react react-dom && npm i -D @vitejs/plugin-react vite-tsconfig-paths
+npm i react react-dom
62
+npm i -D @vitejs/plugin-react vite-tsconfig-paths
63
```
64
65
and some TypeScript:
0 commit comments