Tag: vue

Dynamic component rendering with Vue portal

Dev

Let’s take a look at how portals can make the rendering of components such as modals and pop-ups more efficient.

Raphael Ugwu
Jan 11, 2020 ⋅ 5 min read
‘State of JavaScript’: What Are the Most In-Demand Frontend Frameworks in 2020?

What are the most in-demand frontend frameworks in 2020?

Dev

What libraries and frameworks are frontend developers most excited about in 2020? The annual “State of JavaScript” survey takes a pulse on the developer community.

Nwose Lotanna
Jan 6, 2020 ⋅ 3 min read
Fragments in Vue.js for accessibility

Fragments in Vue.js

Dev

This tutorial shows you how to use fragments in Vue.js to ensure your web page is accessible and compatible with assistive technology.

Nwose Lotanna
Dec 31, 2019 ⋅ 5 min read
How Nuxt.js Solves The SEO Problems In Vue.js

How Nuxt.js solves the SEO problems in Vue.js

Dev

While Google does say its crawlers can index SPAs, it’s better to be safe than sorry. Use Nuxt.js for your Vue app.

Preetish HS
Dec 25, 2019 ⋅ 6 min read
Updating Your Existing Apps for Accessibility

Updating your existing apps for accessibility

Dev

Improving accessibility to apps built with React and Vue for users with visual, auditory, and other impairments can help boost user retention.

Raphael Ugwu
Nov 28, 2019 ⋅ 4 min read
Animating Vue With GreenSock

Animating Vue with GreenSock

Dev

You only have 15 seconds to grab your website visitors’ attention. GreenSock enables you to create eye-catching animations efficiently while maintaining optimal performance.

Anjolaoluwa Adebayo-Oyetoro
Nov 27, 2019 ⋅ 5 min read

Using JSX with Vue

Dev

Read more about JSX and why you might want to use it in your Vue project.

Anjolaoluwa Adebayo-Oyetoro
Nov 14, 2019 ⋅ 6 min read

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