solidjs / solid-router

A universal router for Solid inspired by Ember and React Router
MIT License
1.1k stars 137 forks source link

Handle absolute redirects within `cache` on server #446

Closed Brendonovich closed 4 weeks ago

Brendonovich commented 1 month ago

Follows on from #439, handling absolute redirects properly on the server instead of letting them be handled on the client. This just takes the server redirect implementation in navigateFromRoute and puts it in handleResponse.

changeset-bot[bot] commented 1 month ago

🦋 Changeset detected

Latest commit: 7344f69cb1f444c972071b9b8a4cfc1f0b18b9aa

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package | Name | Type | | --------------- | ----- | | @solidjs/router | Patch |

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

ryansolid commented 4 weeks ago

Thanks