{"id":20619799,"url":"https://github.com/wevm/hono-jsx","last_synced_at":"2025-10-04T12:24:31.869Z","repository":{"id":237405264,"uuid":"756556662","full_name":"wevm/hono-jsx","owner":"wevm","description":"JSX runtime imports for Hono","archived":false,"fork":false,"pushed_at":"2024-02-12T21:35:17.000Z","size":1,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-01-17T05:09:12.323Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/wevm.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":["wevm"]}},"created_at":"2024-02-12T21:33:16.000Z","updated_at":"2024-02-12T21:35:20.000Z","dependencies_parsed_at":"2024-05-01T11:22:16.011Z","dependency_job_id":"e87ca3cf-6ebe-486f-a756-42cd5e849442","html_url":"https://github.com/wevm/hono-jsx","commit_stats":null,"previous_names":["wevm/hono-jsx"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wevm%2Fhono-jsx","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wevm%2Fhono-jsx/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wevm%2Fhono-jsx/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wevm%2Fhono-jsx/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/wevm","download_url":"https://codeload.github.com/wevm/hono-jsx/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":242277684,"owners_count":20101542,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-16T12:12:32.565Z","updated_at":"2025-10-04T12:24:31.803Z","avatar_url":"https://github.com/wevm.png","language":"JavaScript","funding_links":["https://github.com/sponsors/wevm"],"categories":[],"sub_categories":[],"readme":"# hono-jsx\n\nFork of [`hono/jsx` runtime exports](https://github.com/honojs/hono/blob/main/package.json#L122-L136) with direct import support.\n\n\u003e **What is \"direct import support\"?**\n\u003e\n\u003e In the [`hono`](https://github.com/honojs/hono) package, the `hono/jsx/*` entrypoints are exposed via [`package.json#exports`](https://github.com/honojs/hono/blob/main/package.json#L122-L136). Unfortunately, some runtimes \u0026 bundlers (most notably Vercel Edge Functions) have [poor support for `package.json#exports`](https://github.com/honojs/middleware/issues/333#issuecomment-1938293091). This fork exposes the `hono/jsx/*` entrypoints **directly** in the `hono-jsx` package, so that they can be imported without relying on `package.json#exports`.\n\n## Install\n\n```bash\nnpm i hono-jsx hono\n```\n\n## Usage\n\n### via `tsconfig.json`\n\n```json\n{\n  \"compilerOptions\": {\n    \"jsx\": \"react-jsx\",\n    \"jsxImportSource\": \"hono-jsx\"\n  }\n}\n```\n\n### via pragma directives\n\n```tsx\n/** @jsx jsx */\n/** @jsxImportSource hono-jsx */\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwevm%2Fhono-jsx","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwevm%2Fhono-jsx","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwevm%2Fhono-jsx/lists"}