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 711c1c0 commit 8c5c07eCopy full SHA for 8c5c07e
app/routes/_libraries/router.$version.index.tsx
@@ -58,13 +58,13 @@ function RouterVersionIndex() {
58
<span className="underline decoration-dashed decoration-yellow-500 decoration-3 underline-offset-2">
59
Modern and scalable
60
</span>{' '}
61
- routing for React applications
+ routing for React and Solid applications
62
</h2>
63
<p
64
className="text opacity-90 max-w-sm
65
lg:text-xl lg:max-w-2xl"
66
>
67
- A fully type-safe React router with built-in data fetching,
+ A fully type-safe router with built-in data fetching,
68
stale-while revalidate caching and first-class search-param APIs.
69
</p>
70
<Link
0 commit comments