|
|
|
|
|
by achtung82
1187 days ago
|
|
For Vue 3(at least for the composition api) ts support is very good and handles typing in templates and between components in a way that was a bit lacking in Vue 2. As for the other ones React seems to be pretty good with TS and obviously Angular is TS only. As for using templating logic over JSX, that is of course a matter of taste, but i find code becomes much cleaner when there is a clear separation of templates and logic, and with jsx its a bit too easy to blur that line. |
|