solid-router
solid-router copied to clipboard
A universal router for Solid inspired by Ember and React Router
It would be great to have support for domain-based routing. I need to be able to server different pages on different domains. Could it be configured via additional sub-component of...
My feature request is simple, adding conditional routing. The proposal is to add two properties from the `Show` component into the `RouteDefinition` interface. - `when: () => boolean` - `fallback:...
### Describe the bug Not a bug, it's a feature request. I think that it would be nice to add a `params` prop to the `A` component, for example: ```jsx...
**Why:** A small nitpicky bug, but which gives a bad impression of SolidStart. I don't think it's a bug in SolidStart, more likely a bug in the HN demo, but...
### Describe the bug Navigation to the same route path with different state is detected using `navigate(path, { state: ...})` directly — however when using browser back/forward buttons, the state...
When passing history state to `` like this: ```jsx ``` the state is not available in the destination page/component. Calling `history.state` in the destination component's setup function or even within...
Currently, load functions are clumsy to use from TypeScript because the `RouteSectionProps` type marks the `data` prop as optional. If you try working around that in your component (such as...
will fix [issue 422](https://github.com/solidjs/solid-router/issues/422)
### Describe the bug "/foo" should not match if current route is "/foobar", but should match for "/foo" or "/foo/...". ### Your Example Website or App https://stackblitz.com/edit/github-a9ukgq-agqnyl?file=src%2Fapp.tsx ### Steps to...
### Describe the bug When using Unicode characters such as Chinese or Japanese as the id of the title, the anchor tag cannot trigger a page jump, ascii characters work...