Replies: 1 comment
-
Please post your feedback on vuejs/core#7963. This repo only focuses on tooling implementation and does not concern design. |
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
-
Hello,
I have a concern that Vue is becoming too hacky to be enjoyable in the long run. React has had generic props for so long that it's grown on me to convert over to React.
I think we should switch over to TSX and just be done with the outdated
<template>
syntax.Consider the following TSX component in Qwik:
Usage:
Check out this StackBlitz fork of Qwik City to see the amazing inference.
Time to switch to TSX?
Beta Was this translation helpful? Give feedback.
All reactions