tanstack.com
tanstack.com copied to clipboard
The marketing and docs site for all TanStack projects
According to `https://pkg-size.dev/@tanstack%[email protected]?no-peers`, the bundle size when bundling with `esbuild` is at 19KB gzip (for version 1.26.10)
Is this Devtools intended?
When working on adding canonical tag for doc site, I try to use loader result from tanstack.com/app/routes/query.$version.tsx to generate the canonical link. This work fine for SSR inital response, but...
There are a know issue with this approach: https://github.com/TanStack/tanstack.com/issues/191 But alternative solution mean modify each route to capture the request and generate canonical url there.
## How to reproduce: 1. Go to https://tanstack.com/router/latest/docs/framework/react/overview 2. Use the search box in the sidebar to search for anything (e.g. `LinkComponent`) 3. Click on the first result 4. The...
 'example' tag is `h3` and 'before' tag is `h4` I think that why `head tag`'s display css is `inline-block` so I suggest to change...
I spend a lot of time on your documentation, and I was wondering if you'd ever considered accepting Brave Rewards to finance the site. I saw that mui.com accepts them,...
Query v3 only has React docs, but the framework picker shows other frameworks too:
## Problem The Prism code highlighter is quite limited for our use case, where we are commonly rendering languages like Vue or Svelte. Even JSX highlighting is often poor -...
Hello, the **TanStack Form** DocSearch is broken right now. It seems like the configuration is not set in the `docs/config.json` file. https://github.com/TanStack/form/blob/main/docs/config.json#L2-L6 ```json "docSearch": { "appId": "", "apiKey": "", "indexName":...