Cloudflare + Remix を試す
https://zenn.dev/mizchi/articles/fullstack-remix-d1-boilerplate
Remix は API エンドポイントと View の JSON の受け渡しが(Blitz.jsのように)フレームワーク内に隠蔽されてるので、自身に閉じてる限り tprc や graphql が不要なのもポイントが高い。
trpc の間違いか?
タイプセーフな通信ができるのならば興味ある。
Remix と React Router は、React Router v7 で統合されるらしく、その登場を待った方が良いかもしれない。
project 作成
cloudflare 側と、remix 側で二つある。
- remix: https://remix.run/docs/en/main/guides/vite#cloudflare
- cloudflare: https://developers.cloudflare.com/pages/framework-guides/deploy-a-remix-site/
remix 側の方が新しい
defer
複数のリクエストを Promise で返す的な?
Single Fetch で defer はいらなくなった?
https://remix.run/docs/en/main/guides/single-fetch
JSON より多くの型が扱える?