Astro Islands: when NOT to Hydrate
Visit →When people move to Astro from React or Next.js, they reach for a framework island on the first interactive element they build. A dropdown becomes a React component with client:load. The reason to not always have islands is that hydration is a expensive.