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
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
Resources Articles Drupal JavaScript Initiative: The Road to a Modern Administration UI It's now been over 10 years since Drupal started shipping jQuery as part of core, and although a lot of Drupal's JavaScript has evolved since then it's still based on the premise of progressive enhancement of server-side generated pages. Meanwhile, developing sites with JavaScript has made huge strides thanks t
Quickstart for the impatient: the Sapper docs, and the starter template If you had to list the characteristics of the perfect Node.js web application framework, you’d probably come up with something like this: It should do server-side rendering, for fast initial loads and no caveats around SEO As a corollary, your app’s codebase should be universal — write once for server and client The client-sid
リリース、障害情報などのサービスのお知らせ
最新の人気エントリーの配信
処理を実行中です
j次のブックマーク
k前のブックマーク
lあとで読む
eコメント一覧を開く
oページを開く