Shortform Tech

What's New in Vue 3: A Closer Look at the Latest Features

Vue 3, the latest version of the popular JavaScript framework for building user interfaces, was officially released in September 2020. With the release of Vue 3, developers can expect a number of new features and improvements that will help them build more powerful and efficient applications. In this blog post,

Vue 3 vs React: How Do They Compare

Vue 3 and React are both popular JavaScript libraries for building user interfaces. They share many similarities, such as a component-based architecture and a virtual DOM, but there are also some key differences between the two. One of the biggest changes in Vue 3 is the introduction of the Composition

Creating a Custom Carousel with Vue 3 and Vite

Creating a carousel in Vue 3 and Vite is a straightforward process, and in this tutorial, I'll walk you through the steps to build one. Step 1: Set up a new Vite project First, make sure you have Vite installed by running the following command: npm install -g @vite/cli

Shortform Tech © 2026