fermyon / leptos-spin

Integration library for running server-side Leptos apps on Spin
27 stars 6 forks source link

Add RequestParts to Context, add redirect function to make <Redirect/… #22

Closed benwis closed 5 months ago

benwis commented 5 months ago

I've added a RequestParts type for the Clonable bits of IncomingRequest, and a redirect function to allow for server side redirection and make the component work. Should close #19 and #21.