Astro
Getting Started | astro.new
Server-Side Rendering
靜態網站產生器
對應
React
、
Vue
或
Svelte
等框架
範例
https://spotify-astro-transitions.vercel.app/
https://github.com/igorm84/spotify-astro-transitions
https://github.com/bholmesdev/astro-soundboard
https://astro-records.pages.dev/
Astro會除去所有元件的JavaScript
如果需要啟用互動,需加上
<Component client:load />
https://www.youtube.com/watch?v=dsTXcSeAZq8
2022-08-18
Astro 的正式發佈給前端界帶來了什麼? - 閱坊
搭建文档项目的三个前端框架之一 - Astro | minilite
2025-05-06
RSC for Astro Developers — overreacted