router
router copied to clipboard
🤖 Fully typesafe Router for React (and friends) w/ built-in caching, 1st class search-param APIs, client-side cache integration and isomorphic rendering.
For those of us stuck with CSS-in-JS and planning on migrating old apps to Tanstack Start in the future Now updated after devinxi
This is a draft based on [this conversation](https://x.com/schanuelmiller/status/1930283556078551340). Currently only implements jsdocs for RouteOptionsType, which is used in the `createRoute` function. Any feedback / review is highly appreciated! Feel free...
SPA mode
Related: https://github.com/TanStack/router/issues/3989 The script assigned to `__TSR_SSR__.dehydrated` appears outside the `` tag. When the entry script `/_build/assets/client-BJoNZ2zg.js` is cached locally by the browser, even if the entry script is async,...
### Which project does this relate to? Router ### Describe the bug Hi, I am using the following packages `@tanstack/react-router": "^1.117.0` ` vite: "^5.4.8` `@tanstack/router-plugin": "^1.117.0` I am using file...
TanStack Start had an issue where rejected deferred promises would crash the server and errors wouldn't propagate to the client, preventing React Error Boundaries from working properly. #4084
This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [webpack-dev-server](https://redirect.github.com/webpack/webpack-dev-server) | [`5.2.0` -> `5.2.1`](https://renovatebot.com/diffs/npm/webpack-dev-server/5.2.0/5.2.1) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | ### GitHub Vulnerability...
### Which project does this relate to? Router ### Describe the bug I have vscode configured to use LF instead of CRLF wich is windows default, ATM the generator is...
### Which project does this relate to? Router ### Describe the bug After the route generator runs and updates a route file, the output might not match the formatting rules...
e2e test for #3462