solid-router icon indicating copy to clipboard operation
solid-router copied to clipboard

A universal router for Solid inspired by Ember and React Router

Results 110 solid-router issues
Sort by recently updated
recently updated
newest added

### Describe the bug Not a bug, but no templates for feature requests. I want to be able to avoid rerendering a previously visited route and the route should keep...

enhancement

### Describe the bug The RouteSectionProps type allows children. This creates two small problems: 1. I declare my pages as VoidComponent as they cannot have children, they are the whole...

typescript

### Describe the bug It took me forever to debug an error because the error message got lost by the router. Demonstration: ```typescript function throwError(): string { throw new Error('A...

bug

It would be very needed that `setSearchParams` from *solid-start* works like setting state, meaning it holds previous value and overwrites existing state when omitting prev. That way, it both works...

enhancement

### Describe the bug When using A components for navigation to pages which rely on params or location to render, it is not properly triggering nested Suspense fallbacks. It instead...

### Describe the bug I was having issues with a routing setup where I have multiple optionals in a row in a path, but each has exclusive matchFilters to differentiate...

enhancement

### Describe the bug I'm making the assumption here that this package supports multiple routers running at the same time as it does use context for isolation instead of some...

enhancement

### Describe the bug Currently, there is no way to set the query string to something like `domain.tld?page=1&latest`. solid-router should support key-only params as it is valid in the URI...

enhancement

Solid-router doesn't have feature currently to declare and configure routing guards functions for different routes while defining at root level of the application like [angular routing guards](https://angular.io/api/router/CanActivateFn). - this will...

enhancement

### Describe the bug When using `renderToStream` + lazy imports, suspended content, driven by a resource, sometimes disappears with a hydration error. TBH I wasn't sure whether to open this...