範例雜項Threlte FlowThrelte Flow您可能已經注意到我們首頁上的英雄流程實際上是用 React 寫的 🙈。對於所有不相信的人,這裡有一個用 Svelte 編寫的版本,並借助了令人驚豔的 Threlte 函式庫。index.htmlApp.svelte<script lang="ts"> const data: string = "world"; </script> <h1>Hello {data}</h1> <style> h1 { font-size: 1.5rem; } </style>唯讀在 Stackblitz 中開啟在 Codesandbox 中開啟 ⚠️為了抑制瀏覽器主控台中未知的 prop 警告,請 參考指南。功能總覽