preactjs / preact-www

:book: Preact documentation website.
https://preactjs.com
MIT License
358 stars 500 forks source link

refactor: Slightly improve page swap #1138

Closed rschristian closed 4 months ago

rschristian commented 4 months ago

preact-iso 2.6.3 will no longer unmount & remount same-component navigations (/guide/v10/hooks -> /guide/v10/signals) which will save some parts of the page from being blown away (sidebar, mainly -- see attached).

Peek 2024-05-27 02-00

Then, to avoid diffing markdown content (which is entirely a waste, no two pages are near enough alike), we'll key the content.