solid-router
solid-router copied to clipboard
A universal router for Solid inspired by Ember and React Router
### 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...
### 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...
### 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...
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...
### 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...
### 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...
### 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...
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...
### 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...