Will it be possible to use JSX syntax for anything other than React.js? #1532
-
I know that in current TypeScript we've a |
Beta Was this translation helpful? Give feedback.
Answered by
jakebailey
Aug 7, 2025
Replies: 1 comment 4 replies
-
There are many non-React JSX frameworks out there which work with TS already. You probably just need |
Beta Was this translation helpful? Give feedback.
4 replies
Answer selected by
hydroperx
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There are many non-React JSX frameworks out there which work with TS already. You probably just need
jsxFactory
. https://www.typescriptlang.org/tsconfig/#jsxFactory