|
|
|
|
|
by rk06
1279 days ago
|
|
JSX gives you a powerful way to describe your html. But template is easier and gives more opportunities for optimizationa. 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 |
|