elmsln / haxcms-user-flow

user flow
Other
0 stars 1 forks source link

enable portal-launcher support #46

Closed btopro closed 2 years ago

btopro commented 2 years ago
chrome://flags/#enable-portals

while still not a graduated part of chromium, portal provides a really cool UX pattern for moving between SPAs. The portal-launcher tag that I made could be used so that the progressive enhancement is baked right into all links that take you to your new site

https://developer.mozilla.org/en-US/docs/Web/HTML/Element/portal

portal-launcher used like this


<portal-launcher>
  <a href="https://btopro.com">btopro</a>
  <a href="https://haxtheweb.org">HAX the web</a>
</portal-launcher>