Tag: vue

Achieving lazy hydration in Vue 3 from scratch

Achieving lazy hydration in Vue 3 from scratch

Dev

Learn how to write and work with your own lazy hydration async components in Vue 3 with this detailed tutorial.

Arek Nawo
Aug 24, 2021 ⋅ 7 min read
Using Vuex 4 With Vue 3

Using Vuex 4 with Vue 3

Dev

Vuex 4 isn’t much different from earlier versions, but it can be tricky to use with Vue 3. Learn how to use them together in this tutorial.

John Au-Yeung
Aug 18, 2021 ⋅ 7 min read

The best new Vue 3 UI libraries of 2021

Dev

An overview of the best new component libraries for Vue 3, with guidance on which types of web or mobile apps they work best with.

Dylan Tientcheu
Aug 6, 2021 ⋅ 4 min read
Create Performant Virtualized Lists Vue

Create a performant virtual scrolling list in Vue.js 

Dev

Improve your UX and decrease performance lagging by rendering a virtual scroll list in Vue.js with the vue-virtual-scroll-list library.

Kasra Khosravi
Aug 4, 2021 ⋅ 4 min read

The ultimate guide to authentication in Vue.js with Supabase

Dev

Learn how to handle user authentication in Vue.js apps with Supabase, an open source alternative to Firebase in this step-by-step tutorial.

Iniubong Obonguko
Aug 2, 2021 ⋅ 8 min read
Vue Logo

Testing Vue.js components with Vue Test Utils

Dev

This guide showcases the benefits of testing your Vue.js components using Vue Test Utils and includes some real-world examples.

Nada Rifki
Jul 23, 2021 ⋅ 8 min read
Dependency Injection in Vue: Advantages and Caveats

Dependency injection in Vue: Advantages and caveats

Dev

Learn how to use dependency injection for large and complex Vue projects to ease unit testing and improve code reusability.

Emmanuel John
Jul 19, 2021 ⋅ 3 min read
Pinia vs. Vuex

Pinia vs. Vuex: Which state management library is best for Vue?

Dev

Compare documentation, learning curves, and use cases for the Pinia and Vuex state management libraries for your next Vue.js project.

Emmanuel John
Jul 6, 2021 ⋅ 6 min read
Building Mobile Apps With Vue Native

Building mobile apps with Vue Native

Dev

With Vue Native, developers can get the best of both the Vue.js and React Native ecosystems when building apps.

Ejiro Asiuwhu
Jun 24, 2021 ⋅ 6 min read
Understanding $nextTick in Vue.js

Understanding $nextTick in Vue.js

Dev

Though rarely used, Vue’s nextTick has a number of practical use cases. Learn how and where to use it and how it differs from setTimeout.

Chimezie Enyinnaya
Jun 23, 2021 ⋅ 3 min read
Comparing Vue.js New JavaScript Frameworks

Comparing Vue.js to new JavaScript frameworks

Dev

Finding the best framework provides a better frontend design and experience. See how new JavaScript frameworks compare to Vue.js.

Samson Omojola
Jun 22, 2021 ⋅ 6 min read

Crafting product tours in Vue.js

Dev

Learn helpful tips for making great product tours, then follow a simple guide to creating and installing them in a Vue.js application.

Iniubong Obonguko
Jun 7, 2021 ⋅ 6 min read