Skip to content

Commit 4e2aed3

Browse files
committed
docs: pacer marketing changes
1 parent ba7a9e8 commit 4e2aed3

1 file changed

Lines changed: 8 additions & 15 deletions

File tree

src/routes/_libraries/pacer.$version.index.tsx

Lines changed: 8 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
import { CgSpinner } from 'react-icons/cg'
2-
import { Link, getRouteApi } from '@tanstack/react-router'
2+
import { Link, getRouteApi, Await } from '@tanstack/react-router'
33
import { Footer } from '~/components/Footer'
44
import { FaCheckCircle } from 'react-icons/fa'
55
import SponsorPack from '~/components/SponsorPack'
66
import { pacerProject } from '~/libraries/pacer'
7-
import { Await } from '@tanstack/react-router'
87
import { seo } from '~/utils/seo'
98
import { twMerge } from 'tailwind-merge'
109
import { getLibrary } from '~/libraries'
@@ -76,20 +75,14 @@ export default function PacerVersionIndex() {
7675
lg:text-xl lg:max-w-[800px]"
7776
>
7877
Choose from multiple layers of abstraction using high-level
79-
pre-built hooks or low-level primitives that you can connect to your
80-
own state management solutions of choice.
81-
</p>
82-
<p
83-
className="text opacity-90 max-w-[500px]
84-
lg:text-xl lg:max-w-[800px]"
85-
>
86-
TanStack Pacer is built on top of {/* @ts-ignore */}
78+
pre-built hooks or low-level primitives, all powered by{' '}
79+
{/* @ts-ignore */}
8780
<Link target="_blank" to="/store/latest" className="underline">
88-
TanStack Store
89-
</Link>{' '}
90-
with reactive and subscribable state to make interacting with your
91-
state management or persistence solution of choice a breeze, no
92-
matter which framework you're using.
81+
<strong>TanStack Store</strong>
82+
</Link>
83+
. Pacer's reactive, subscribable and sliceable state makes it easy
84+
to connect with any state management or persistence solution, no
85+
matter which framework you use.
9386
</p>
9487
<Link
9588
to="/$libraryId/$version/docs"

0 commit comments

Comments
 (0)