solid-router
solid-router copied to clipboard
A universal router for Solid inspired by Ember and React Router
`moduleResolution: "node"` is a legacy setting that will soon be deprecated. It's intended for `Node < 10`. `NodeNext` targets Node 16 and onwards. ## Implementation - [x] Add `.js` extension...
PR looks big because of the number of mocks and tests added. Logic change is quite small. --- - [x] `action` - [x] `createAsync` - [x] `events` - [x] `query`...
### Describe the bug createAsync & createAsyncStore w/ defer false, work fantastic on page refresh but does not work w/ solid router's A component, when clicking A the entire page...
### Describe the bug When calling the setParams function from `useSearchParams()` twice in succession (synchronously), only the second call takes effect. Additionally, the params proxy doesn't reflect the changes immediately...
### Describe the bug When using top level Suspense like in the [official example](https://docs.solidjs.com/solid-start/reference/routing/file-routes), Suspense doesn't do anything and fallback isn't being displayed. This behavior is consistent when using file...
### Describe the bug When revalidation is triggered, forms that have a defined action lose their connection with the solid-router. The form submission bypasses the router and redirects the browser...
### Describe the bug In a simple SPA app with solid and solidjs router, if I navigate from` /home` to `/page1` to `/page2` and then click the browser back button...
### Describe the bug Use npx create vite solid router ts, hydrate not work, canot bind event. generate html page is work. not has error in console. ### Your Example...
### Describe the bug createAsync doesn't call the function it wraps and doesn't return or throw an error. It works for Vite, but not my Rollup build. Note I'm not...
### Describe the bug Consider this link: ```tsx Click ``` When I'm on the `/solid-router/` route, this link is correctly considered active. However, when I navigate to the `/solid-router/route` route,...