honojs-middleware/packages/qwik-city
Yusuke Wada 7a401b0850
chore: use the latest eslint and `@hono/eslint-config` (#904)
* chore: use the latest eslint and `@hono/eslint-config`

* update codes
2024-12-25 18:08:43 +09:00
..
src chore: use the latest eslint and `@hono/eslint-config` (#904) 2024-12-25 18:08:43 +09:00
CHANGELOG.md Version Packages (#322) 2023-12-29 04:44:37 +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 Version Packages (#322) 2023-12-29 04:44:37 +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