Member-only story
6 VueJS Utility Libraries to Jumpstart Your Project
Although the number of tools out there for VueJS is much lower than the other JS frameworks (e.g. React, Angular, etc.), the recent surge in Vue’s popularity as also meant that more people have been developing great libraries.
I’ve written an article discussing some of the best UI libraries for Vue, but this time, I’m talking about some utility libraries — the ones that really help speed up your development time and logic.
So let’s get into it.
All Github stars are at the time of writing this article: Dec 13, 2019
1. vue-scrollview (⭐️ 93)
vue-scrollview is one of my essentials for projects because I love having elements have that lazy-load effect. This library utilizes scoped slots in order to detect when component’s enter/leave the viewport. This is useful for infinite scrolling, parallax, lazy-loading, animations.
Save yourself the time in writing all the viewport event listeners by using this library.