// ãµã¼ãã¼å´ï¼Honoï¼ app.get('/posts/:id', (c) => { const post = findPost(c.req.param('id')) return c.render('Posts/Show', { post }) }) // ã¯ã©ã¤ã¢ã³ãå´ï¼Reactï¼ export default function Show({ post }: PageProps<'Posts/Show'>) { return <h1>{post.title}</h1> } post ã®å㯠Post ã¨ãã¦å®å ¨ã«æ¨è«ããããéã« API å®ç¾©ã DTO ã tRPC ãã¹ãã¼ãçæããªãããµã¼ãã¼ã§ c.render() ã®ç¬¬2弿°ã«æ¸¡ãããªãã¸ã§ã¯ããããã®ã¾ã¾ React ã® props ã¨ãã¦ããããå®å ¨ã«åä»ãã§å±ãã ãAPI ãªã SPAãã謳ã Inertia.j


{{#tags}}- {{label}}
{{/tags}}