株式会社オブライト

Articles tagged "TypeScript"

5 articles

Web Development2026-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.
HonoInertia.jsReact
Web Development2026-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.
HonoInertia.jsReact
Software Dev2026-04-17
Luau Type System Complete Guide — Strict Mode, Generics & Type Functions for Safe Code [2026]
Complete guide to Luau type system. Covers gradual typing modes (nocheck/nonstrict/strict), type annotations, generics, union types, read-only properties, user-defined type functions, the new type solver (2025 GA), and comparison with roblox-ts.
Luau型システムTypeScript
Software Dev2026-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.
HonoWebフレームワークTypeScript
Software Dev2026-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.
HonoHono RPC型安全