Advanced Vue.js concepts - mixins, fillters etc

Click for: original source

Ogundipe Samuel Ogundipe Samuel detailed blog post about advanced techniques using Vue.js. Vue is arguably one of the easiest and most minimalist JavaScript frameworks with which to get started, but very few tutorials exist that cover advanced concepts in Vue. And that’s why author wrote this tutorial.

While we cannot downplay the current momentum and volume of developers adapting Vue.js, you will agree with me that there are very few tutorials that cover advanced concepts in Vue.

Apart from learning about creating and using mixins to stop code repetition, tutorial covers:

  • Vue.js mixins, custom directives, filters
  • Transitions (enter/leave), state management, server-side rendering

Small code examples explain above metioned concepts. The code base to this tutorial is available in a public GitHub repo. Good read.

[Read More]

Tags javascript programming nodejs