|
1 | 1 | import { CgSpinner } from 'react-icons/cg' |
2 | | -import { Link, getRouteApi } from '@tanstack/react-router' |
| 2 | +import { Link, getRouteApi, Await } from '@tanstack/react-router' |
3 | 3 | import { Footer } from '~/components/Footer' |
4 | 4 | import { FaCheckCircle } from 'react-icons/fa' |
5 | 5 | import SponsorPack from '~/components/SponsorPack' |
6 | 6 | import { pacerProject } from '~/libraries/pacer' |
7 | | -import { Await } from '@tanstack/react-router' |
8 | 7 | import { seo } from '~/utils/seo' |
9 | 8 | import { twMerge } from 'tailwind-merge' |
10 | 9 | import { getLibrary } from '~/libraries' |
@@ -76,20 +75,14 @@ export default function PacerVersionIndex() { |
76 | 75 | lg:text-xl lg:max-w-[800px]" |
77 | 76 | > |
78 | 77 | 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 */} |
87 | 80 | <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. |
93 | 86 | </p> |
94 | 87 | <Link |
95 | 88 | to="/$libraryId/$version/docs" |
|
0 commit comments