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

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...

enhancement

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:...

enhancement

### 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...

enhancement

**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...

bug

### 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...