タグ

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

タグの絞り込みを解除

JavaScriptとserverとjsxに関するefclのブックマーク (1)

  • Homepage » Jeasx - JSX with Ease

    The Ease of JSX with the power of SSR The developer experience of asynchronous JSX with the proven benefits of server-side rendering, resulting in a robust and streamlined web development approach. export default async function Products() { const { products } = await ( await fetch("https://dummyjson.com/products") ).json(); return ( <Layout title="Products"> {products.map(({ id, title, description

    efcl
    efcl 2024/10/26
    JSXをテンプレートとして利用してSSRを行うフレームワーク。 非同期処理、ディレクトリベースのルーティング、Static Assetsの扱いなどに対応している
  • 1