株式会社オブライト
Services
About
Company
Column
Glossary
Contact
日本語
日本語
メニューを開く
Column
Hono
Articles tagged "Hono"
10 articles
Web Development
2026-04-24
Hono + Inertia + React in 2026 — A Third Path Beyond Next.js and Remix
Hono (an ultrafast web framework) + Inertia.js (a server-driven SPA adapter) + React is gaining traction in 2026 as a third full-stack option beyond Next.js and Remix. This guide covers the architecture, each layer's role, comparisons with Next.js / Remix / Laravel + Inertia, fit and anti-fit projects, and how to choose between Cloudflare Workers, Bun, and Node — from a practitioner's perspective.
Hono
Inertia.js
React
Web Development
2026-04-24
Hono + Inertia + React Setup — Bun / Vite / TypeScript Bootstrapped in 30 Minutes [2026]
A 30-minute setup guide for a minimum Hono + Inertia + React app on Bun + Vite + TypeScript. Covers the directory layout, Hono server + Inertia adapter, React + Vite client, hot reload, and first page render — with concrete commands.
Hono
Inertia.js
React
Web Development
2026-04-24
Forms & CRUD Patterns in Hono + Inertia + React — Drizzle ORM, Zod, and Inertia useForm [2026]
How to build CRUD and forms — the heart of internal-tool work — in Hono + Inertia + React. Covers Drizzle ORM for DB access, Zod for end-to-end typed validation, and Inertia's useForm for error display, redirects, and flash messages, all from a practitioner's perspective.
Hono
Inertia.js
React
Web Development
2026-04-24
Hono + Inertia + React Authentication Guide — Better Auth / Lucia / Session Design Patterns [2026]
A complete guide to authentication done right in Hono + Inertia + React. Compares Better Auth / Lucia / DIY sessions, cookie vs JWT, sharing the auth prop via Inertia, roles and authorization, OAuth providers (Google / GitHub / LINE), and password resets.
Hono
Inertia.js
React
Web Development
2026-04-24
Hono + Inertia + React Deployment Guide — Cloudflare Workers / Vercel / Bun: Choosing Your Stack and CI/CD [2026]
A practitioner's guide to deploying Hono + Inertia + React in production. Compares Cloudflare Workers, Vercel, Fly.io, Bun on VPS, and Node on ECS; covers SSR, cold start, edge vs region, GitHub Actions, environment variables, and monitoring.
Hono
Inertia.js
React
Software Dev
2026-04-08
Hono Complete Guide — Getting Started with the Ultrafast Multi-Runtime Web Framework [2026]
Hono is a zero-dependency, sub-12KB, Web Standards-based TypeScript-first web framework. The same code runs on Cloudflare Workers, Deno, Bun, and Node.js with 9M+ weekly downloads. Complete guide from setup to production.
Hono
Webフレームワーク
TypeScript
Software Dev
2026-04-08
Hono × Cloudflare Workers Complete Guide — Build Lightning-Fast Edge APIs Serverlessly [2026]
Hono was born for Cloudflare Workers. Build APIs with sub-5ms cold starts and zero ops costs across 300+ edge locations worldwide. Complete guide covering D1, KV, R2, Workers AI integration, and deployment.
Hono
Cloudflare Workers
エッジコンピューティング
Software Dev
2026-04-08
Hono RPC Mode Complete Guide — Type-Safe Fullstack Development Without Code Generation [2026]
Hono's RPC mode delivers tRPC-like type-safe fullstack development without code generation or OpenAPI. Complete 2026 guide covering hc client, InferRequestType, multi-route integration, and production patterns.
Hono
Hono RPC
型安全
Software Dev
2026-04-08
Hono vs Express vs Fastify vs Elysia — 2026 Node.js/Bun Framework Comparison Guide
In-depth 2026 comparison of Hono, Express, Fastify, and Elysia across performance, type safety, ecosystem, and learning curve — with up-to-date benchmarks and a use-case selection guide.
Hono
Express
Fastify
Software Dev
2026-04-08
Hono Implementation Guide — Zod Validation, OpenAPI & JWT Auth for Production-Grade APIs [2026]
A comprehensive guide to building production-grade APIs with Hono using Zod validation, JWT authentication, and auto-generated OpenAPI specs. Covers CORS, rate limiting, error handling, logging, and Swagger UI integration.
Hono
Zod
OpenAPI