generouted
Advanced tools
Comparing version 1.12.8 to 1.12.9
{ | ||
"name": "generouted", | ||
"version": "1.12.8", | ||
"version": "1.12.9", | ||
"description": "Generated client-side file-based routes for Vite", | ||
@@ -91,10 +91,10 @@ "author": "Omar Elhawary <oedotme@gmail.com> (https://omarelhawary.me)", | ||
"@tanstack/react-location": "^3.7.4", | ||
"@types/react": "^18.2.0", | ||
"@types/react-dom": "^18.2.1", | ||
"@types/react": "^18.2.7", | ||
"@types/react-dom": "^18.2.4", | ||
"react": "18.2.0", | ||
"react-dom": "18.2.0", | ||
"react-router-dom": "^6.11.0", | ||
"solid-js": "^1.7.3", | ||
"react-router-dom": "^6.11.2", | ||
"solid-js": "^1.7.5", | ||
"typescript": "^5.0.4", | ||
"vite": "^4.3.3" | ||
"vite": "^4.3.9" | ||
}, | ||
@@ -101,0 +101,0 @@ "peerDependencies": { |
@@ -32,3 +32,3 @@ <br> | ||
- **Easier to migrate** when switching from or to Next.js | ||
- [Automatic route-based code-splitting and pre-loading](#route-based-code-splitting-and-pre-loading) | ||
- [Route-based code-splitting and pre-loading](#route-based-code-splitting-and-pre-loading) | ||
- [Route-based data loaders](#route-based-data-loaders) | ||
@@ -177,2 +177,4 @@ - [Route-based actions](#route-based-actions) | ||
- Enable code-splitting with React Router by using `import { Routes } from '@generouted/react-router/lazy'` | ||
- Enable code-splitting with Solid Router by using `import { Routes } from '@generouted/solid-router/lazy'` | ||
- Includes routes components, data loaders and actions | ||
@@ -179,0 +181,0 @@ - Pre-loading is only available for TanStack's React Location |
23904
335