-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Difference between similar packages. #5
Comments
Actually I am also studying. For now, if you want to support both composition-api and 100% type safety. About the difference between this project and About Learn More I'm really sorry for not being able to help. |
@mesqueeb
But these vue2 era libs do not support vue3's composition-api, so there is the And for the In other words, if you don't use |
I'm currently using this package in a project:
wonderful-panda/vue-tsx-support
But it doesn't support the composition-api yet. In fact somewhere it says to use this (
babel-preset-vca-jsx
) to support composition-api.I'm still new to TSX and JSX and have all my life written vue files. However some clients want 100% type safety in templates, and TSX is the only way this is possible to my research.
My question is, how can I understand a bit more about what all these similar packages do?
Could you try to explain to me the difference between this package and vue-tsx-support?
In my package.json I also find a bunch of other related packages:
I could look at each of these repo's to try and understand what each of them do and how they work together, and how they were set up in the project I'm working on. But before I do that, is there any advice you can give me about generally how this all works? Or could you give me a link to some articles explaining the general workings of this? Because right now, the more I read, the more confused I'm getting... 😅
The text was updated successfully, but these errors were encountered: