POKÉMON
RED VERSION
Welcome to this Astro learning project! Below you'll find a Counter component and above is a Video player.
Why are they here? This page serves as a live demonstration of Astro Islands and View Transitions.
- The Video uses
transition:persistto keep playing without interruption when you navigate to other pages. - The Counter is an interactive SolidJS island that loads only
when visible using
client:visible, and its state is saved across navigations usingtransition:persist.
30