From 8c5c07ef32e5e38b0526dddf550a829347b10bce Mon Sep 17 00:00:00 2001 From: Birk Skyum Date: Wed, 19 Feb 2025 15:25:32 +0100 Subject: [PATCH] solid-router adaptations --- app/routes/_libraries/router.$version.index.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/routes/_libraries/router.$version.index.tsx b/app/routes/_libraries/router.$version.index.tsx index f1ab3b217..769796c90 100644 --- a/app/routes/_libraries/router.$version.index.tsx +++ b/app/routes/_libraries/router.$version.index.tsx @@ -58,13 +58,13 @@ function RouterVersionIndex() { Modern and scalable {' '} - routing for React applications + routing for React and Solid applications

- A fully type-safe React router with built-in data fetching, + A fully type-safe router with built-in data fetching, stale-while revalidate caching and first-class search-param APIs.