| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
The home of the TanStack ecosystem. Built with TanStack Router and deployed on Cloudflare Workers.
From your terminal:
pnpm install
pnpm devThis starts your app in development mode, rebuilding assets on file changes.
The documentation for all TanStack projects (except React Charts) is hosted on tanstack.com. In production, doc pages are fetched from GitHub. In development, they're read from your local file system.
Create a tanstack parent directory and clone this repo alongside the projects:
mkdir tanstack && cd tanstack
git clone git@github.com:TanStack/tanstack.com.git
git clone git@github.com:TanStack/query.git
git clone git@github.com:TanStack/router.git
git clone git@github.com:TanStack/table.gitYour directory structure should look like this:
tanstack/ ├── tanstack.com/ ├── query/ ├── router/ └── table/
Warning
Directory names must match repo names exactly (e.g., query not tanstack-query). The app finds docs by looking for sibling directories by name.
To edit docs for a project, make changes in its docs/ folder (e.g., ../form/docs/) and visit http://localhost:3000/form/latest/docs/overview to preview.
Note
Updated pages need to be manually reloaded in the browser.
Warning
Update the project's docs/config.json if you add a new doc page!
… and more at TanStack.com »
| Back | FazBrowse Home | New Git URL |