Skip to content

docs: pacer marketing changes 2 #439

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 8 additions & 15 deletions src/routes/_libraries/pacer.$version.index.tsx
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
import { CgSpinner } from 'react-icons/cg'
import { Link, getRouteApi } from '@tanstack/react-router'
import { Link, getRouteApi, Await } from '@tanstack/react-router'
import { Footer } from '~/components/Footer'
import { FaCheckCircle } from 'react-icons/fa'
import SponsorPack from '~/components/SponsorPack'
import { pacerProject } from '~/libraries/pacer'
import { Await } from '@tanstack/react-router'
import { seo } from '~/utils/seo'
import { twMerge } from 'tailwind-merge'
import { getLibrary } from '~/libraries'
Expand Down Expand Up @@ -76,20 +75,14 @@ export default function PacerVersionIndex() {
lg:text-xl lg:max-w-[800px]"
>
Choose from multiple layers of abstraction using high-level
pre-built hooks or low-level primitives that you can connect to your
own state management solutions of choice.
</p>
<p
className="text opacity-90 max-w-[500px]
lg:text-xl lg:max-w-[800px]"
>
TanStack Pacer is built on top of {/* @ts-ignore */}
pre-built hooks or low-level primitives, all powered by{' '}
{/* @ts-ignore */}
<Link target="_blank" to="/store/latest" className="underline">
TanStack Store
</Link>{' '}
with reactive and subscribable state to make interacting with your
state management or persistence solution of choice a breeze, no
matter which framework you're using.
<strong>TanStack Store</strong>
</Link>
. Pacer's reactive, subscribable and sliceable state makes it easy
to connect with any state management or persistence solution, no
matter which framework you use.
</p>
<Link
to="/$libraryId/$version/docs"
Expand Down
Loading