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
This discussion was converted from issue #319 on June 07, 2026 01:09.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Investigate using
morphdomfor Rocket dev mode / live preview.https://github.com/patrick-steele-idem/morphdom
Goal: avoid full page reloads during content/template edits by morphing the current DOM to the newly generated HTML.
Potential benefits:
Non-goals:
Initial idea:
DOMParserdocument.body<head>elements carefullyonBeforeElUpdatedOpen questions:
<main>?Initial stance:
Use
morphdomonly for dev/live-preview DX.Keep production navigation native MPA + Speculation Rules + View Transitions.
PS: comes from 11ty https://www.youtube.com/watch?v=wWs38M38vr8
Beta Was this translation helpful? Give feedback.
All reactions