Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
[<svelte:component>]( here )のドキュメントを見てきましたがimport、コンパイル時に可能なすべてのテンプレートを使用する必要があったようです。
[<svelte:component>]
import
Sveltefetch()で、ユーザー アクションに基づく呼び出しなどから任意の数のテンプレートを読み込むことは可能ですか? 次に、それにデータを挿入しますか?
fetch()
<slot>初期ロード後に更新する予定がある場合、このようなものに使用するのは効率が悪いでしょうか?
<slot>