Tag: vue

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
Vue authentication using Vuex, vue-router, and Auth0

Handling authentication in Vue.js using Vuex, Vue Router, and Auth0

Dev

Swing through this tutorial on an alternate method of handling authentication using Vuex, Vue Router, and Auth0.

David Atanda
Jun 2, 2021 ⋅ 7 min read
Nuxt-Vue-Server-Side-Rendering

Server-side rendering with Vue and Nuxt.js

Dev

Learn about server-side rendering (SSR) and client-side rendering (CSR), how its evolved, and how to use implement it with Nuxt.js and Vue.

Caleb Oki
Jun 1, 2021 ⋅ 13 min read
Theming Vue.js With Styled-Components

Theming Vue.js with styled-components

Dev

Learn how utilizing styled-components to theme in Vue.js can provide an alternative way to style compared to traditional CSS in JavaScript.

Kasra Khosravi
May 28, 2021 ⋅ 5 min read
Vue Computed Properties

Understanding computed properties in Vue.js

Dev

Learn the basics of using computed properties in Vue.js to set static or dynamic values to display on the template.

David Atanda
May 4, 2021 ⋅ 6 min read
Lazy Loading and Code Splitting in Vue.js

Lazy loading components and code splitting in Vue.js

Dev

This introductory tutorial is designed to show you how Vue.js handles lazy loading at the route level of abstraction with the help of webpack code splitting

Nwose Lotanna
Apr 15, 2021 ⋅ 5 min read
Provide Inject API Vue 3

Using provide/inject in Vue.js 3 with the Composition API

Dev

Learn how to use the provide/ inject function pair with the Composition API to pass data into deeply nested components in Vue.js 3.

Iniubong Obonguko
Apr 15, 2021 ⋅ 4 min read
Vue Logo

Best practices for loading fonts in Vue

Dev

These best practices will help you load fonts in Vue apps, ensuring you serve fonts that look nice without compromising performance.

Kelvin Gobo
Apr 1, 2021 ⋅ 4 min read