lucacasonato / dext.ts

The Preact Framework for Deno
https://deno.land/x/dext
MIT License
241 stars 8 forks source link

location updates before routing actually happens #40

Closed lucacasonato closed 3 years ago

lucacasonato commented 4 years ago

The location in URL bar (and the one you get from useLocation) should only update once the route is actually ready (component and data).

lucacasonato commented 3 years ago

Closed by #55