/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

svelte.dev
| | www.debugbear.com
2.1 parsecs away

Travel
| | An introduction to View Transitions, a modern web platform feature to improve user experience and perceived performance
| | daverupert.com
2.0 parsecs away

Travel
| | Spurred by last week's ShopTalk I rolled out View Transitions here on my static Jekyll site. I hadn't realized View Transitions for multi-page apps (MPAs) and static sites are ready for testing behind a flag in Chrome 113+. View Transitions for MPAs are a feature that's high on my CSS wishlist, so I got to it. It took less than an hour to do, requires zero JavaScript, and two lines of CSS. I'm pleased with the results.
| | hartenfeller.dev
1.4 parsecs away

Travel
| | View Transitions allow you to animate page transitions. This makes the UI more polished and engaging.
| | alexop.dev
13.3 parsecs away

Travel
| White Box testing makes your Vue tests fragile and misleading. In this post, I'll show you how Testing Library helps you write Black Box tests that are resilient, realistic, and focused on actual user behavior