I was looking into methods to get type checks for HTML markup. The best thing I found was using jsx (tsx).
It works also in combination with other component styles so it is possible to just use it in some components and enables a step by step migration.
If you find a better alternative I am happy to hear about it :)
I was looking into methods to get type checks for HTML markup. The best thing I found was using jsx (tsx). It works also in combination with other component styles so it is possible to just use it in some components and enables a step by step migration.
If you find a better alternative I am happy to hear about it :)
Example Component:
Vue jsx docs Let me know what you think about it. This would also enable us to generate forms automatically and typesafe.