0.1.2 • Published 6 months ago

hono-jsx-to-react v0.1.2

Weekly downloads
-
License
MIT
Repository
github
Last release
6 months ago

hono-jsx-to-react

npm version npm downloads jsr version

📦 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.

0.1.2

6 months ago

0.1.1

9 months ago

0.1.0

11 months ago