React Islands:交互只在需要的地方 | AI Blog

React Islands:交互只在需要的地方

概念回顾

Astro 仅在需要交互的组件上挂载客户端 JS,其余保持零 JS。

何时使用

  • 小规模交互(计数器、切换)
  • 懒加载图表或搜索组件
# react# islands# performance