diff --git a/packages/example-nextjs14/src/app/(demo)/template.tsx b/packages/example-nextjs14/src/app/(demo)/template.tsx index 4e30d2e6..5f55e5be 100644 --- a/packages/example-nextjs14/src/app/(demo)/template.tsx +++ b/packages/example-nextjs14/src/app/(demo)/template.tsx @@ -31,8 +31,7 @@ export default async function Template({

- Share complex state between unrelated React.js components and sync - it to the URL + Store complex state in query parameters; imagine JSON in a browser URL, while keeping types and structure of data.

diff --git a/packages/example-nextjs14/src/app/seoStuff.ts b/packages/example-nextjs14/src/app/seoStuff.ts index 45233d88..a16eb344 100644 --- a/packages/example-nextjs14/src/app/seoStuff.ts +++ b/packages/example-nextjs14/src/app/seoStuff.ts @@ -46,7 +46,7 @@ export const jsonLd: WithContext = { const meta = { title: 'state-in-url - deep links and URL state synchronization', description: - 'Share complex state objects between unrelated React components with URL sync, structure and types are preserved, with TS validation. Deep links and URL state synchronization made easy. No hasssle or boilerplate. For Next.js and react-router.', + 'Store any user state in query parameters; imagine JSON in a browser URL, while keeping types and structure of data. For Next.js, React-router and pure JS', }; export const metadata = {