val-town / val-town-docs

Val Town Documentation
https://docs.val.town/
28 stars 25 forks source link

Add hono JSX example #66

Closed WilhelmBerggren closed 9 months ago

WilhelmBerggren commented 9 months ago

Added an example of Hono's JSX support to the http/jsx section.

I opted for using the NPM package with a jsxImportSource directive instead of their suggested Deno import, in order to keep a similar style to the other examples.

stevekrouse commented 9 months ago

Thanks!!