app/blog/page.tsx
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、管理画面ガイド。それぞれを独立して、必要な深さまで読めます。

