|
|
|
|
|
by that_guy_iain
1280 days ago
|
|
I also use Vue. It's got good docs, a decent amount of plugins, etc. But the main thing is that it doesn't make me use Jsx for HTML. Jsx in my opinion just creates ugly view files which are massively more complex and harder to read than they really should be. |
|
I like that Vue has chosen to use templates as default and supports jsx for complex use case.
This way advanced use case can leverage the power of jsx while most common scenario can use html