honojs-middleware/packages/qwik-city
Thomas Lepérou 616afbcd03
docs(qwik-city) support all request methods (#321)
2023-12-20 07:22:43 +09:00
..
src feat(qwik-city): adapt to v1.2.0 API and refine dependencies (#127) 2023-08-23 00:25:02 +09:00
CHANGELOG.md Version Packages (#128) 2023-08-23 00:49:05 +09:00
README.md docs(qwik-city) support all request methods (#321) 2023-12-20 07:22:43 +09:00
jest.config.js feat: add qwik-city middleware (#22) 2023-01-13 09:07:41 +09:00
package.json chore: bump hono to `3.11.7` (#311) 2023-12-14 18:33:01 +09:00
tsconfig.cjs.json feat: add qwik-city middleware (#22) 2023-01-13 09:07:41 +09:00
tsconfig.esm.json feat: add qwik-city middleware (#22) 2023-01-13 09:07:41 +09:00
tsconfig.json feat: add qwik-city middleware (#22) 2023-01-13 09:07:41 +09:00

README.md

Qwik City middleware for Hono

WIP

Usage

import { qwikMiddleware } from '@hono/qwik-city'
import qwikCityPlan from '@qwik-city-plan'
import render from './entry.ssr'
import { Hono } from 'hono'

const app = new Hono()

app.all('*', qwikMiddleware({ render, qwikCityPlan }))

export default app

Author

Yusuke Wada https://github.com/yusukebe

License

MIT