Tag: vue

How to build applications with Vue’s composition API

Dev

In this blog post, we’ll take a look at how the composition API improves the way we write code and how we can use it to build highly performant web apps.

Raphael Ugwu
Nov 8, 2019 ⋅ 7 min read

How to make provide/inject reactive

Dev

By design, the provide and inject features of Vue are not reactive. Find out how to make them reactive here.

Michael Thiessen
Oct 12, 2019 ⋅ 5 min read

5 Vue DevTools hacks you should be using

Dev

Learn how Vue DevTools can be used to manipulate Vue applications at runtime for a better debugging experience.

Jordan Irabor
Sep 27, 2019 ⋅ 3 min read

How async components can optimize performance in Vue apps

Dev

It’s important to take component structure into account when using JavaScript frameworks to create large scale applications. By considering component […]

Raphael Ugwu
Sep 4, 2019 ⋅ 5 min read
A Guide For Creating and Using Stateless Components in Vue

How to use stateless components in Vue.js

Dev

In this post, you’ll learn about functional components and find out how to use stateless components in your workflow in […]

Nwose Lotanna
Sep 1, 2019 ⋅ 4 min read

Hooks are coming to Vue.js version 3.0

Dev

This article introduces an experimental Vue feature, you guessed it, Hooks.

Nwose Lotanna
Aug 30, 2019 ⋅ 5 min read

Accessing the virtual DOM using render functions in Vue JS

Dev

In this post, we will look at how to use render functions to unleash the power of JavaScript by using templates in Vue.

Nwose Lotanna
Aug 19, 2019 ⋅ 4 min read
Useful Development Tools For Vue.js

5 useful development tools for Vue.js

Dev

Vue can be a joy to use, but you may need extra tools to efficiently build apps with it. We cover five tools to do just that.

Deji Atoyebi
Jun 24, 2019 ⋅ 5 min read

Understanding Vue middleware pipelines

Dev

In this tutorial, we’ll see how we can implement a middleware pipeline for a Vue app using Vue-Router.

Dotun Jolaoso
Jun 21, 2019 ⋅ 7 min read

Router options compared: Vue Router, Voie, Vue-routisan and Vue-route

Dev

Introduction The arrival of modern web frameworks has changed the way developers think and build software. We can now use […]

Jordan Irabor
Jun 19, 2019 ⋅ 9 min read
Cropping Images In The Browser With Vue.js

Cropping images in the browser with Vue.js

Dev

Working with images on the web can easily become a pain — unless, of course, you’re using the right tools. See what Vue and Cropper.js can do together.

Nic Raboy
Jun 16, 2019 ⋅ 4 min read
Vue Tips For React Developers

5 Vue tips for React developers

Dev

We used React and Vue to write the same application. Compare the code for each side by side.

Ryan Harris
Jun 11, 2019 ⋅ 7 min read