Why You Should Stop Using UI Frameworks | by Beau Beauchamp | Nerd For Tech | Medium

I’ve been a web application developer for over 20 years. I’ve seen all kinds of UI libraries come and I’ve seen them go. I’ve been in the…

Source: Why You Should Stop Using UI Frameworks | by Beau Beauchamp | Nerd For Tech | Medium

I once interviewed with a really big video game company. You know what their development policy was changing to? Plain ECMA (JavaScript) and CSS. No compilers. No CoffeeScript. No TypeScript. They even ripped out jQuery. I was impressed.

9 Vue.js Libraries That Will Make Your Life Easier – Better Programming – Medium

9 Vue.js Libraries That Will Make Your Life Easier – Better Programming – Medium 

  1. Vue-Lazyload is a great library for lazy loading of not only images but also components.
  2. vue-head library makes manipulating the information in the head tag a piece of cake.
  3. BootstrapVue: Bootstrap components built with Vue.
  4. Vue-multiselect library is the way to go if you need a little bit more than HTML’s standard select.
  5. Another popular UI toolkit: is Element UI
  6. vuelidate is a library that provides simple, lightweight, model-based validation for Vue.js
  7. When you need drag-and-drop functionality for your application, you don’t have to look any further than Vue.Draggable.
  8. Vue Apollo library makes the use of Vue.js and GraphQL/Apollo together smooth and pleasant.
  9. If you need a multi-language application, then you’ll definitely need the Vue-18n library.