|
|
|
|
|
by pier25
3352 days ago
|
|
Even for small projects libraries such as Vue or React are very useful. Of course it feels easier to stick with what you know, but managing the DOM with data is so much easier than using jQuery + Handlebars. Seriously, spend some time learning Vue. You won't regret it. It has to be said that you don't need any building process (Webpack, gulp, etc) to use Vue. You can simply write your templates in your index.html and import using <script>. |
|