Ten years ago, the idea of building a realtime web app was simply out of reach for the average developer. Accomplishing such a feat would require some impressive jujutsu to connect a pub/sub server to a database to websockets and back again.
One of the biggest selling points of Nuxt.js is that it can help your application with Search Engine Optimization (SEO) and to rank better on Google. In this article, we’ll go over the best practices to make sure that your Nuxt application is set up properly to rank on…
Transitions aren’t just for adding pretty flair to your app. A good transition can be the difference between a user signing up, making a purchase, or completely leaving your website. For example, Amazon found that it cost them about 1% in sales for every 100ms of latency.
Evan You, the creator of Vue, recently made a splash with the release of VuePress, a new Vue-powered static site generator.
A static site is one that’s written in plain HTML and that HTML is served as-is to the user. A static site generator takes source files…
I’m a little scared to admit that I didn’t completely understand why to use Vuex until about a week ago when I watched Adam Jahr’s Vuex tutorial in the Real World Vue course 😮. In this article, I want to give you the information that I wish I would have known…
Managing state in an application full of components can be difficult. Facebook discovered this the hard way and…
These were the top 10 stories published by Vue Mastery in 2018. You can also dive into monthly archives for 2018 by using the calendar at the top of this page.