router icon indicating copy to clipboard operation
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.

Results 526 router issues
Sort by recently updated
recently updated
newest added

### Which project does this relate to? Router ### Describe the bug Hello, I'm encountering an issue with route masking that leads to duplicate API calls when a page has...

### Which project does this relate to? Router ### Describe the bug When navigating between two links that have the same base path but different search params (e.g. `/a?test=test` to...

### Which project does this relate to? Start ### Describe the bug I get serialization errors whenever I chain a middleware to a server function and perform any redirect in...

### Which project does this relate to? Start ### Describe the bug When trying to set multiple cookies in a server handler using setCookie, only the last cookie gets actually...

needed-for-start-stable

This PR prevents the root path "/" from being emptied by `removeTrailingSlash`. ## Summary by CodeRabbit ## Release Notes * **Bug Fixes** * Improved handling of trailing slashes in layout-type...

package: router-generator

Performance of `matchByPath` (`router-core` > `path`) can be improved by generating a "pre-compiled" route matching function at build-time

package: router-core

Hello 👋 I tried the new `staticFunctionMiddleware`, but I've found an issue as my application is hosted on a subpath (`/docs`). I propose to fix this, but I'm not sure...

package: start-static-server-functions

### Which project does this relate to? Start ### Describe the bug I have an app that is running in an iFrame within another app ([home assistant](https://www.home-assistant.io/blog/2019/04/15/hassio-ingress/)). Because of this...

### Which project does this relate to? Start ### Describe the bug ## Issue 1: `throw notFound()` in Loader ### Description I am encountering two main problems when a `loader`...

Added an example on how to add serialization adapters for React Start. Not 100% sure if the right place is in the server function docs. LMK otherwise! ## Summary by...

documentation
missing-solid-version