The Ease of JSX with the power of SSR The developer experience of asynchronous JSX with the proven benefits of server-side rendering, resulting in a robust and streamlined web development approach. export default async function Products() { const { products } = await ( await fetch("https://dummyjson.com/products") ).json(); return ( <Layout title="Products"> {products.map(({ id, title, description
Alright, sit tight, as this will be a long article. The work for v6 started with the goal of moving to ESM and improving the IoC container to be simple and have fewer responsibilities. But we have touched almost every part of the framework, smoothing out many rough edges, fixing some long pending issues, and rewriting some packages from scratch. Are you looking to migrate your applications from v5
昨日、Honoのv3.11.0を出しました。 v3.10.0とあわせて導入された代表的な新機能を紹介します。 Asyncコンポーネントサポート Hono組み込みのJSXでAsyncコンポーネントがサポートされました。コンポーネントの中でasync/awaitが使えます。 const AsyncComponent = async () => { const res = await fetch('https://ramen-api.dev/shops/yoshimuraya') const data = await res.json<{ shop: { name: string } }>() return <div>{data.shop.name} 🍜</div> } app.get('/', (c) => { return c.html( <html> <body> <h1>My favo
However, no worries about breaking changes! The import path hono/cookie remains unchanged. So, usage remains consistent with previous versions. Zod OpenAPI Middleware Zod OpenAPI has been rolled out. Zod OpenAPI Hono is an enhanced Hono class supporting OpenAPI. It enables value and type validation using Zod and also facilitates OpenAPI Swagger documentation generation. Dive deeper with the docume
New routers, presets, app.mount(), Node server v1. Let's go! Hono v3.2 is now available! It introduces many features while maintaining simplicity. Two new routers: LinearRouter and PatternRouter. Presets: hono/tiny, hono/quick. app.mount() Release of Node adapter server v1.0.0! Support for AWS Lambda function URLs. Cookie Middleware. Renaming hono/nextjs to hono/vercel. Let's take a look! New Rout
Do Everything, Run Anywhere, But Small, And Faster. Hono v3.0.0 has been released now! Introduce the new features. Note There are some breaking changes. See the migration guide. HonoRequest Previously, c.req was an extended Request object. But, the functions and types vary by runtime. So it was causing inconvenience. Hence, HonoRequest is born. HonoRequest has Hono-specific functions such as req.p
Build more side projects, ship more productsHyperstack is a modern Node.js web framework for the pragmatic programmer
リリース、障害情報などのサービスのお知らせ
最新の人気エントリーの配信
処理を実行中です
j次のブックマーク
k前のブックマーク
lあとで読む
eコメント一覧を開く
oページを開く