Software Alternatives & Reviews

Vue.js Reviews

Reactive Components for Modern Web Interfaces

Social recommendations and mentions

We have tracked the following product recommendations or mentions on Reddit and HackerNews. They can help you see what people think about Vue.js and what they use it for.
  • Vue JS Essentials: A Beginners Vue JS Series on Using Pinia, Vitest, and Supabase #1 Getting Started
    Vuejs - The Progressive JavaScript Framework. An approachable, performant, and versatile framework for building web user interfaces. Https://vuejs.org/. - Source: dev.to / 1 day ago
  • Stop doing component unit testing
    Note that this test is an approximate and might not work, the important thing here is that you get the point. Here I'm using Vue as a Front End library https://vuejs.org/ and jest as a tool for testing https://jestjs.io/. - Source: dev.to / 4 days ago
  • How to start a React Project in 2023
    Try out https://vuejs.org/ It’s simpler to learn. - Source: Hacker News / 5 days ago
  • Starting a personal hobby project, could use some advice on the techstack
    If you want to, you could build the front-end separately, using something like React or Vue, but that would require a good knowledge of JavaScript. - Source: Reddit / 15 days ago
  • Confusion between Vue.js Courses in Udemy
    I took Maximilan's course a few years ago and it was good, but I think he is just rehashing the Vue's doc, most of his early sections are identical to the Vue doc. Maybe he updated his course with more personal thoughts and approach. You can check the official Vue by yourself or trying Vue mastery or Vue school they are both good. - Source: Reddit / 16 days ago
  • Seven Lessons I Have Learned From My Experience as a Software Developer
    As a Frontend Engineer, I have found certain platforms and tutors who are known for publishing quality content. They include Frontend Masters, Framework documentation sites (e.g Vue and React), Vue School, Vue Mastery, Scrimba, and courses by Michael Thiessen, Maximilian Schwarzmuller and The Net Ninja. - Source: dev.to / 23 days ago
  • Extending mhtml-mode?
    Looking for advice anyone might have. In my day-to-day, I work with the VueJS framework. For those who aren't familiar, a VueJS single-file-component looks, for all intents and purposes, like an HTML file. You can view an example of what a Vue SFC file looks like here.. A. - Source: Reddit / 25 days ago
  • How to use GTM in a Vue 3 TypeScript Single Page Application Part 1 - basic configuration
    In this series I'll show you how to kickstart your analytics configurations with Google Tag Manager when you create a Single Page Application using Vue.js. The goal is to track what's happening in your application to improve it over time, using the datalayer and Google Analytics. - Source: dev.to / 27 days ago
  • Question: Where does Nuxt 3 fit in, in 2023?
    In 2023 there are a wealth of developer options for front-end: React, Vue, Svelte, Solid and many more. - Source: dev.to / about 1 month ago
  • Build a Simple CRUD App with Spring Boot and Vue.js
    The client will use Vue 3 and the Quasar framework. The Quasar framework provides components and layout tools to help build Vue applications quickly with a consistent, high-quality user interface. - Source: dev.to / about 2 months ago
  • Maximizing Performance in Angular Applications: Proven Tips and Techniques
    If your app requires high performance, consider using a framework that is specifically designed for performance, such as Svelte, Vue, or React. If you insist on using Angular, you can still optimize your application by following the tips below... - Source: dev.to / about 2 months ago
  • Desperately want to make my own game, tripped up on certain integral parts [JS/HTML/CSS]
    One of the first problems I ran into, is that manually manipulating the DOM is error-prone and just not fun to do. So I started looking into tools that can do the job for you. Vue.js, React, Angular, and Svelte are the most popular of such frameworks. I settled on Vue because of personal preferences. Now when my values change, the UI updates automatically. - Source: Reddit / about 2 months ago
  • The Misunderstood Voice
    In my intern years, I worked at a company that specialised in creating short-term campaigns for businesses. One of those campaigns, was a voice assistant powered physical installation for a car show. The installation was a walk-in-booth with mirrors for walls and a screen in the middle of the room with a Chromium kiosk and our web app. The web app was built with: Vue as the UI framework, Dialogflow for handling... - Source: dev.to / about 2 months ago
  • New hot trend? Locality of behavior
    Vue is one of the most popular frontend libraries for creating Single Page Applications. It has something called single file components, which bring together styles, javascript and templates. Let’s take a look at one:. - Source: dev.to / 2 months ago
  • Will anyone hire a 33 yo newbie?
    Vue is a competitor/peer to React, and some find it a little easier to learn at first. It's really solid, too, but doesn't have the backing of Facebook/Meta to push it forward. You would rarely, if ever, use them on the same project. - Source: Reddit / 2 months ago
  • [AskJS] My thoughts after switching from React to Vue
    Their documentation/tutorial on their website does a good job of showing you the gist of it. - Source: Reddit / 2 months ago
  • Building a Wordle helper with Vue.js 3.0
    Howdy, stranger🤠. How you doin'? I'm in the process of learning Vue.js and as an easy project to get started with the main concepts I'll be building a Wordle helper. So... Since you are here, you might as well stick around and take this as an introductory article to Vue or as a project idea if you will 😁. - Source: dev.to / 2 months ago
  • NiceGUI: Let any browser be the frontend for your Python code
    NiceGUI runs on top of FastAPI which allows you to add authentication, routing, OpenAPI specs, and other backend functionality to your projects. The frontend is implemented using Vue, Quasar, and Tailwind, but you don’t need to be familiar with these technologies to create beautiful user interfaces. NiceGUI prioritizes simplicity and user-friendliness, while still offering the option for advanced customization... - Source: Reddit / 2 months ago
  • Migration from Gridsome to Astro
    I had chosen Astro for the target tech stack, as I heard a lot of good things about their approach to static site generation, using interactivity islands, and emphasizing performance by default. Of course, Vue support was crucial as well to make migration more gradual and less painful, as Gridsome is exclusively Vue-based. - Source: dev.to / 2 months ago
  • DJ-1: Creating a Rails API with Postgres and Docker
    Where I work and in several other projects I use PostgreSQL, I'm used to the behavior and the interface, so when creating this project I configured it to be the database. And since I'm working on an API project I set the flag for Rails to not create front-end files (I'll create a separate project to consume the API later, probably in VueJS). - Source: dev.to / 3 months ago
  • Skeleton Loader using Vue & Tailwind
    Let's see how we can create a skeleton loader component that includes an animated "shimmer" effect, using Tailwind and Vue.js. It will serve as the building block for creating skeleton content placeholders for all kinds of sections. - Source: dev.to / 3 months ago

External sources with reviews and comparisons of Vue.js

Top 20 Javascript Libraries
Vue js is based on the Virtual DOM model, much like React, and has a component-based architecture. Using templates of Vue.js, apps can be created faster. Vue also requires fewer lines of code for the same task that would need more code with other libraries. If you need a small application to be built in less time, Vue should be your perfect choice. By combining Vue with other tools and utilities, you can get a...
Top 15 jQuery Alternatives To Know
Vue.js is an approachable, versatile, and performant framework that showcases features like virtual DOM, data binding, event handling, animation, transition, components, directives, routing, watchers, Vue-CLI, etc. It has a powerful library and is faster than most of its peers. It offers a good amount of flexibility that lets developers write the template in HTML, JS using virtual nodes.
Comparison Between the Best JavaScript Frameworks: Vue.js Vs React.js
Even though JavaScript frameworks are vital for web app development, many businesses are torn between React (technically a library) and Vue.js. The short answer is that broadly speaking, in the React.js vs. Vue.js argument, there is no clear winner.
Comparing Vue.js to new JavaScript frameworks
Experience your Vue apps exactly how a user does Debugging Vue.js applications can be difficult, especially when there are dozens, if not hundreds of mutations during a user session. If you’re interested in monitoring and tracking Vue mutations for all of your users in production, try LogRocket. https://logrocket.com/signup/
Top 5 JavaScript Frameworks To Learn in 2021
There were discussions that Vue.js is not suitable for large-scale projects, but it has overcome these myths. I would suggest that Vue.js is suitable for any project.
Best Javascript libraries to use in 2021
Vue is based on the Virtual DOM model and has a component-based architecture. Apps can be built quickly using Vue and it uses a lesser line of codes for the same task that, for some other library, would have taken a lot more. By combining Vue with other tools and utilities, you can get a full-fledged framework. As a framework, Vue can handle complex functionalities like routing, build tooling, and state management.
Vue vs React: 2018 Edition
Vue.js is a similar web development tool – it’s a JavaScript framework that aims to tackle the same problems as React but in a different way. Vue.js uses a template system instead of JSX, arguably making it easier to integrate into existing web applications. Because the templates use regular HTML Vue.js can be integrated into existing code quite easily, without the need for a build step. Vue.js is also said to...
React vs. Vue (vs. Angular)
Vue is the new “hotness” in the front-end industry. Of course, hype has also some downsides, but Vue has been gaining stable traction for a long time and developers are eager to get their hands on a Vue project as part their FOMO. These days, it is not uncommon to find developers who have some experience with Vue.
The Best JavaScript Frameworks You’re Not Using
Vue is faster overall in these benchmarks! Svelte does significantly outperform Vue in the non-keyed version of these tests, although I won’t include those results here (they are in the performance article I referenced above). As I said, performance can be tricky and it often depends on what you’re measuring.

Do you know an article comparing Vue.js to other products?
Suggest a link to a post with product alternatives.