T
TanStack2y ago
deep-jade

Old react-location docs

Is there any way to access the docs for react-location that were previously located at https://react-location.tanstack.com/ ? I have a project that is still on react-location, and needed to look at the docs.
TanStack Router | React Router, Solid Router, Svelte Router, Vue Ro...
Powerful routing and first-class search-param APIs for JS/TS, React, Solid, Vue and Svelte
1 Reply
like-gold
like-gold2y ago
You can build and host the old docs locally:
git clone git@github.com:TanStack/router.git
cd router
git checkout f9943a2ca0c2dad294241d6d0d2ee9b150d1c4d0
cd docs
yarn
yarn build
yarn start
git clone git@github.com:TanStack/router.git
cd router
git checkout f9943a2ca0c2dad294241d6d0d2ee9b150d1c4d0
cd docs
yarn
yarn build
yarn start

Did you find this page helpful?