genko.me documentation

原稿を、あなたの環境へ。

設計し、書き、届ける。
API・SDK・Reactの公式ドキュメント。

app/blog/page.tsxTypeScript
import { client } from "@/lib/client";
import { List, ListItem, Pagination } from "@genko-me/react/next";

export default function Page() {
  return (
    <List api={client.blog} limit={6} href="/blog/{id}">
      <h2><ListItem id="title" /></h2>
      <Pagination />
    </List>
  );
}

Four paths

必要なところから。

CLI、SDK、React、管理画面ガイド。それぞれを独立して、必要な深さまで読めます。