Hono + Vite + RSC Sample Implementation A sample implementation combining Hono, Vite, and React Server Components (RSC). # run dev server npm run dev # build for production and preview npm run build npm run preview