|
|
|
|
|
by mimsee
1694 days ago
|
|
> The biggest one being that you have to jump between files when modifying a single UI. This is why I still like Vue files over React ones. Vue files can have a <template> tag containing the HTML structure of the component, a <script> tag containing the functionality, and a <style> tag containing the CSS. |
|