avatar
(dialupready) @dialupready.com

this is only sort of related, but you could use Vue with TSX and have basically the best of both worlds between the composition API and

aug 26, 2025, 1:37 am • 0 0

Replies

avatar
(dialupready) @dialupready.com

you write a functional component as if it were react and at the bottom of the script tag do a export default defineComponent(componentFn, [string-array-of-props]) which is the only place where Vue not being fully comfortable with JSX comes into play

aug 26, 2025, 1:39 am • 0 0 • view