-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
<iframe>
improvements and alternative solutions exploration
#19
Comments
<iframe>
alternative solutions and exploration<iframe>
improvements and alternative solutions exploration
A couple ideas to help offset the cost that having multiple
|
Or do we just do some sort of static pre-rerendering using Puppeteer and export only HTML and some sort of HTML include? 🤔 |
On the topic of portals, that may be relevant |
Could use the page transition API somehow? |
Type of Change
Summary
Using an
<iframe>
was the quickest implementation I could think of here but I'm not sure if it is the only option here? It does seem bit cumbersome to have to load every page like this, but maybe a SPA or MPA architecture might work?Details
TBD 🤔
The text was updated successfully, but these errors were encountered: