@luxass/hono-jsx-to-react@0.1.2Built and signed on GitHub ActionsBuilt and signed on GitHub Actions
Built and signed on GitHub Actions
latest
luxass/hono-jsx-to-reactA small library to convert Hono JSX to React JSX
This package works with Cloudflare Workers, Node.js, Deno, Bun, Browsers




JSR Score
88%
Published
5 months ago (0.1.2)
hono-jsx-to-react
📦 Installation
npm install hono-jsx-to-react hono
📚 Usage
import { toReactNode } from "hono-jsx-to-react"; const element = <div> Hello World! </div>; console.log(toReactNode(element)); // { // type: "div", // key: null, // props: { // children: "Hello World!" // }, // }
📄 License
Published under MIT License.
Built and signed on
GitHub Actions
Add Package
deno add jsr:@luxass/hono-jsx-to-react
Import symbol
import * as hono_jsx_to_react from "@luxass/hono-jsx-to-react";
Import directly with a jsr specifier
import * as hono_jsx_to_react from "jsr:@luxass/hono-jsx-to-react";
Add Package
pnpm i jsr:@luxass/hono-jsx-to-react
pnpm dlx jsr add @luxass/hono-jsx-to-react
Import symbol
import * as hono_jsx_to_react from "@luxass/hono-jsx-to-react";
Add Package
yarn add jsr:@luxass/hono-jsx-to-react
yarn dlx jsr add @luxass/hono-jsx-to-react
Import symbol
import * as hono_jsx_to_react from "@luxass/hono-jsx-to-react";
Add Package
vlt install jsr:@luxass/hono-jsx-to-react
Import symbol
import * as hono_jsx_to_react from "@luxass/hono-jsx-to-react";
Add Package
npx jsr add @luxass/hono-jsx-to-react
Import symbol
import * as hono_jsx_to_react from "@luxass/hono-jsx-to-react";
Add Package
bunx jsr add @luxass/hono-jsx-to-react
Import symbol
import * as hono_jsx_to_react from "@luxass/hono-jsx-to-react";