タグ

関連タグで絞り込む (2)

タグの絞り込みを解除

FUNSTACKとstaticに関するmkusakaのブックマーク (1)

  • FUNSTACK Static - docs

    React Server ComponentsSPAs Powered by RSCBuild high-performance Single Page Applications with React Server Components. No server required at runtime - just pre-rendered HTML with full SPA interactivity. // vite.config.ts import { funstackStatic } from "@funstack/static"; export default { plugins: [ funstackStatic({ root: "./src/root.tsx", app: "./src/App.tsx", }), ], }; Why FUNSTACK Static?The be

    FUNSTACK Static - docs
    mkusaka
    mkusaka 2026/02/20
    FUNSTACK Staticの公式ドキュメントサイトで、サーバを用いないReactフレームワーク『FUNSTACK Static』の概要を紹介しています。
  • 1