株式会社オブライト

Articles tagged "React"

8 articles

AI2026-04-28
OpenAI gpt-realtime-1.5 and the Official realtime-voice-component — A Practitioner's Look at the New Voice-Agent Stack [2026]
OpenAI released the gpt-realtime-1.5 audio model on February 26, 2026, and openai/realtime-voice-component on GitHub provides an official React reference for voice UIs. This article summarizes the documented gains (+5% audio reasoning, +10.23% transcription, +7% instruction following), pricing, the component's positioning as a reference implementation, and practical considerations for business adoption.
OpenAIgpt-realtimeRealtime API
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
Web Development2026-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.
HonoInertia.jsReact
Web Development2026-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.
HonoInertia.jsReact
Web Development2026-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.
HonoInertia.jsReact
Web Development2026-04-02
Complete Guide to Building Websites with Vercel and Next.js 16 [2026 Edition]
In 2026, building websites with Next.js 16 and Vercel has dramatically evolved with Turbopack's 400% faster dev startup, React Server Components, and v0 AI generation. Learn everything about professional web development starting from $20/month.
VercelReactNext.js
Software Development2026-03-04
Complete Guide to Integrating React and Vue in Electron Apps - Building Efficient Development Environments with electron-vite
Comprehensive guide to integrating React, Vue, and Svelte into Electron apps. Learn electron-vite and electron-forge configuration, hot reload setup, and state management implementation with practical project structures.
ElectronReactVue