Skip to content

Commit 4b51011

Browse files
authored
docs: update build-from-scratch replacements SolidJS framework
1 parent 0683940 commit 4b51011

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docs/start/framework/solid/build-from-scratch.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,10 @@ replace:
55
'@tanstack/react-start': '@tanstack/solid-start',
66
'React': 'SolidJS',
77
'react-router': 'solid-router',
8+
'react react-dom': 'solid-js',
9+
'@vitejs/plugin-react': 'vite-plugin-solid',
10+
'@types/react @types/react-dom ': '',
11+
'"jsx": "react-jsx"': '"jsx": "preserve",\n "jsxImportSource": "solid-js"',
12+
'react\'s': 'solid\'s'
813
}
914
---

0 commit comments

Comments
 (0)