kriasoft / universal-router

A simple middleware-style router for isomorphic JavaScript web apps
https://www.kriasoft.com/universal-router/
MIT License
1.7k stars 105 forks source link

Redirects?? #214

Closed ndrean closed 1 year ago

ndrean commented 1 year ago

I'm submitting a ...

Notes:

I can't use redirects anymore. A demo where I am supposed to return an object {redirect: "/"} for the resolve function.

https://stackblitz.com/edit/react-wwmbrg?file=src%2Findex.js,src%2FNavbar.jsx,src%2Frouter.jsx

ndrean commented 1 year ago

I missed the point with the middleware I used. Fixed in the demo.