Replies: 1 comment
-
|
A custom JSX factory function can be specified with the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
How does one use a custom JSX transform in Deno?
For example, I need this:
to be essentially this at runtime:
In non-Deno projects, this can be achieved with https://www.npmjs.com/package/babel-preset-solid for Babel, for example.
Beta Was this translation helpful? Give feedback.
All reactions