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.
### Which project does this relate to? Router ### Describe the bug This works totally fine with 1.70.1 and fails as early as 1.70.2. ``` Warning: useRouter must be used...
Todo: - [x] Remove any "search" param specific terms/functionality from the validations utilities (including types and adapters) - [ ] Publish new validation packages (without the `router-` prefix) - [...
Hello there! This PR adds an example for SSE to Tanstack Start. Used EventEmitter on the server side and added @microsoft/fetch-event-source to help with making event listening on the client...
Closes #2426 As discussed in #2426, this change adds a new method named `head` onto `Route`. This function takes in the same parameters as `meta` and returns the values used...
Hi, I would like to expose the JSON key for serialization. I have a use-case where I want to serialize a `Date`, but I have query params (`fromDate`, `toDate`) that...
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@inquirer/prompts](https://redirect.github.com/SBoudrias/Inquirer.js/blob/main/packages/prompts/README.md) ([source](https://redirect.github.com/SBoudrias/Inquirer.js)) | [`^5.5.0` -> `^7.0.0`](https://renovatebot.com/diffs/npm/@inquirer%2fprompts/5.5.0/7.0.0) | [](https://docs.renovatebot.com/merge-confidence/) |...
Addresses #2576 by adding an esbuild plugin to the router-plugin package. Duplicated the basic-file-based e2e test to verify validate the behavior, and replaces the vite config with an esbuild config...
### Which project does this relate to? Start ### Describe the bug https://discord.com/channels/719702312431386674/1238170697650405547/1295132419812233226 ### Your Example Website or App https://github.com/nekochan0122/start-todolist-server-fn ### Steps to Reproduce the Bug or Issue 1. copy...
### Which project does this relate to? Start ### Describe the bug Hi, hope it is not a duplicate. :) ### Facts When using `TanStack Query` with preloading from Routes...