Open in app

Sign In

Write

Sign In

Matt Maribojoc
Matt Maribojoc

1.3K Followers

Home

About

Jul 14, 2021

5 VueUse Library Functions That Can Speed Up Development

VueUse is an open-source project that provides Vue developers with essential utility functions for both Vue 2 and Vue 3. — VueUse is an open-source project by Anthony Fu that provides Vue developers with a huge collection of essential Composition API utility functions for both Vue 2 and Vue 3.

Vue

9 min read

5 VueUse Library Functions That Can Speed Up Development
5 VueUse Library Functions That Can Speed Up Development
Vue

9 min read


Jun 28, 2021

Lazy Load Components in Vue with defineAsyncComponent

Using Vue 3’s defineAsyncComponent feature lets us lazy load components — meaning they’re only loaded when they’re needed. — Using Vue 3’s defineAsyncComponent feature lets us lazy load components. This means that they're only loaded from the server when they're needed. This is a great way to improve initial page loads as our app will be loaded in smaller chunks rather than having to load every single component when…

Vue

6 min read

Lazy Load Components in Vue with defineAsyncComponent
Lazy Load Components in Vue with defineAsyncComponent
Vue

6 min read


Jun 27, 2021

The Beginner’s Guide to Vue Template Refs — with Vue 3 Updates

Vue Template Refs give our Javascript code a reference to easily access the template. — Vue Template Refs give our Javascript code a reference to easily access the template. For example, if we needed quick access to a component or HTML element, template refs is the perfect solution. In Vue 3, the Composition API gives us another way to use template refs. It joins the…

Vue

4 min read

The Beginner’s Guide to Vue Template Refs — with Vue 3 Updates
The Beginner’s Guide to Vue Template Refs — with Vue 3 Updates
Vue

4 min read


Jun 22, 2021

Building Your Own Vue 3 Plugin — A Full Guide

Vue 3 Plugins are a great way to add reusable functionality to your apps. Let’s learn to build our own. — Plugins are a great way to add reusable functionality to your Vue apps. With tons of existing plugins for components, routing, and more, the ecosystem for Vue has solutions for many common use cases. Some examples of commonly used plugins are vue-router, vue custom-element, and vue-touch. However, there will come…

Vue

8 min read

Building Your Own Vue 3 Plugin — A Full Guide
Building Your Own Vue 3 Plugin — A Full Guide
Vue

8 min read


Published in

Geek Culture

·Jun 8, 2021

A Vue Firebase Authentication Tutorial — Vue 3 and Firebase

Allowing users to create their own profiles is a common use case for many modern web apps. Trying to set this up on your own custom database can a little tricky — dealing with persistence, O-Auth, and encryption. Luckily for us Vue developers, we can easily add Firebase to our…

Vuejs

11 min read

A Vue Firebase Authentication Tutorial — Vue 3 and Firebase
A Vue Firebase Authentication Tutorial — Vue 3 and Firebase
Vuejs

11 min read


Published in

JavaScript in Plain English

·Jun 3, 2021

An Explanation of the Vue Context Argument — A Composition API Tutorial

When working in the Vue 3 Composition API, there are brand new ways to access component functionality. In this article, we’ll be taking a look at the setup function’s context argument. These changes are necessary because, in the Composition API, we don’t have the same reference to this as we…

Web Development

5 min read

An Explanation of the Vue Context Argument — A Composition API Tutorial
An Explanation of the Vue Context Argument — A Composition API Tutorial
Web Development

5 min read


May 25, 2021

How to Use Vue CSS Variables — Reactive Styles RFC

The Single File Component Styles RFC gives us Vue developers a way to use a component’s reactive data as CSS variables. In just one simple syntax, we can update styles at runtime in Vue 3. This proposed change takes full advantage of CSS variables, which most modern browsers support, and…

Vue

5 min read

How to Use Vue CSS Variables — Reactive Styles RFC
How to Use Vue CSS Variables — Reactive Styles RFC
Vue

5 min read


May 15, 2021

5 Tips to Boost Your Blog Traffic — My 2021 Content Strategy

Let’s speak it into existence. This summer, I will grow my main website — LearnVue.co — to over 100,000 monthly pageviews by August 2021. …

Writing

8 min read

5 Tips to Boost Your Blog Traffic — My 2021 Content Strategy
5 Tips to Boost Your Blog Traffic — My 2021 Content Strategy
Writing

8 min read


Published in

Level Up Coding

·May 14, 2021

Explaining The New script Setup Type in Vue 3 — Major Takeaways from the RFC

If you’ve been working in Vite and Vue 3 recently, you’ll notice that when you start a new project, your script section looks like this with this syntax in your Vue components. You may be wondering, “What is this? Is this the Options API? Composition API? …

Vue

4 min read

Explaining The New script Setup Type in Vue 3 — Major Takeaways from the RFC
Explaining The New script Setup Type in Vue 3 — Major Takeaways from the RFC
Vue

4 min read


May 13, 2021

I Doubled My Blog’s Traffic without Writing New Posts

Seriously — I doubled my website traffic without writing any new blog posts. As a matter of fact, I actually ended up with less blog posts now when I started, and we’re going to look at why. So long story short, the way that I was able to do…

Writing

8 min read

I Doubled My Blog’s Traffic without Writing New Posts — MattMaribojoc
I Doubled My Blog’s Traffic without Writing New Posts — MattMaribojoc
Writing

8 min read

Matt Maribojoc

Matt Maribojoc

1.3K Followers

teaching web dev at https://learnvue.co | sharing my content creation tips at https://mattmaribojoc.com

Following
  • Richard Rohrig

    Richard Rohrig

See all (13)

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Text to speech

Teams