© 2023 Hashnode
#nuxt
⚡️ Vue 3.3 released Vue 3.3 has been released, with lots of exciting features, particularly around type support. new defineOptions macro 'generic' components typed slots and using external types in…
The first time I heard about lazy/delayed hydration was three years ago when I joined my previous company. At first, I wasn't sure what it does (as at this time I was not experienced with SSR/SSG appl…
Disclaimer: This post is explicitly talking about running JavaScript UI frameworks such as React and Vue server side to generate single page applications. It is not about traditional MPAs, or using Go/Python/Ruby/etc. This post is specifica…
Measuring performance of web applications can be really tricky nowadays as there are several different factors that you need to take into account in order to correctly audit and measure the speed of y…
You may have your reasons for searching out an alternative to Google Analytics. If you want to get set up with Pirsch Analytics and Nuxt 2, you'll find the process very quick. Pre-requisites You will…
I am always amazed by what you can do to improve the performance of your website by focusing on the things that initially does not look that complex. In the past, I thought that you can only make your…
Nuxt.js is is a lightweight front-end SSR framework for Vue. Vue allows us to build robust and engaging user interfaces of any complexity. Nuxt.js is built on the Vue structure to help us build produc…
Performance is an area in software development that is important no matter what application you are building. Delivering a great experience to users is crucial for having a great software product, and…
Introduction Nuxt is a popular open-source framework based on Vue.js for building server-rendered, static and single-page web applications. The latest version of Nuxt, Nuxt 3, was released in October …
Hello everybody! 👋 This post is about generating px units by default in UnoCSS when used in Nuxt 3. Preamble Working on a project that uses Nuxt 3 and Vuetify; UnoCSS was the choice to handle the CSS tweaks/adjustments because it offers m…