You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<turbo-frameid="messages" src="/messages" loading="lazy">
Content will be replaced when the frame becomes visible and /messages has been loaded.
</turbo-frame>
Maybe don't need the loading, but being able to load a route on client:visible would be 🤌
Something like:
<is-landclient:visiblesrc="/island-1.html"><!-- Injects HTML from `src` here: --></is-land>
Happy to discuss further!
The text was updated successfully, but these errors were encountered:
Prior Art: https://turbo.hotwired.dev/reference/frames#lazy-loaded-frame
Maybe don't need the loading, but being able to load a route on
client:visible
would be 🤌Something like:
Happy to discuss further!
The text was updated successfully, but these errors were encountered: