Last 12 weeks ยท 39 commits
1 of 6 standards met
wanted to get docs on all the vite plugins in one place will also serve as foundation for additional context + examples in the future not totally sure "Getting Started" is the right place for Vite, but i didn't include any examples i'm still a little hazy on what the current recommended setup for Hono + Vite is am working with Vike team to get some Vike + Hono patterns documented
Repository: honojs/website. Description: Repository for hono.dev Stars: 156, Forks: 476. Primary language: TypeScript. Languages: TypeScript (60.5%), CSS (39.5%). Homepage: https://hono.dev Topics: hono. Open PRs: 25, open issues: 19. Last activity: 1d ago. Community health: 25%. Top contributors: yusukebe, ryuapp, sor4chi, MathurAditya724, NicoPlyley, watany-dev, 3w36zj6, ThatOneBro, schettn, akku1139 and others.
TypeScript
Summary This docs PR accompanies from: https://github.com/honojs/middleware/pull/1764 discussion origin: https://github.com/honojs/hono/issues/3857 The package depends on , so cache backends are adapter-based while keeping a single API surface in Hono. What this PR adds new third-party middleware page for sidebar entry for the new page links from the third-party middleware index Validation Merge Note Please merge this together with the middleware PR: https://github.com/honojs/middleware/pull/1764
Summary Add hono-idempotency to the Utilities section of the third-party middleware list About hono-idempotency Stripe-style idempotency middleware for Hono, implementing the IETF draft spec for idempotency keys. header support for POST/PATCH methods Request fingerprinting via SHA-256 Concurrent request protection with optimistic locking Multiple storage backends: Memory, Redis, Cloudflare KV, D1, Durable Objects Zero production dependencies, multi-runtime support