Tailwind vs MUI vs Quasar vs Vuetify - My Choice For My Next Project?

preview_player
Показать описание
#vuetify #quasar #components

There are a lot of component UI frameworks out there for React, vue and Angular. There is Vuetify, Angular UI, Material UI and there are things like TailwindCSS. When should you use these frameworks, what are the differences?

In this video I compare Vuetify with Quasar and Amplify UI, and I discuss why you may not want to use a component framework at all, and the advantages of it

👉Check out my last video on Signals

👉 Sign up and get free Vue cheat sheets and updates!

👉 Need some help with a project, level up your skills, Vuetify or Nuxt bug? Check out my 1-on-1 mentoring!

Follow me!

Links:

0:00 Introduction
01:17 Pros component frameworks
03:39 Cons component frameworks
04:43 Tailwind vs Amplify UI
06:05 What is Amplify UI
07:01 What are connected components?
08:26 Vuetify why you should use
09:16 Quasar why you should use
09:45 What else should we consider?
Рекомендации по теме
Комментарии
Автор

Quasar is great. I highly recommend it. I used Vuetify before that but I prefer Quasar after having used both for over a year each.

danieldilly
Автор

Why aren't more people talking about primevue? I'm interested in using it for my next project but there isn't much hype about it and I'm not sure why. I have done projects with vuetify and quasar, and have had great experiences with both, but especially quasar 😊

thegingerpenguin
Автор

Quasar is the best Vue Component Library out there !

takundahwaire
Автор

after learning react js, I'm back at Nuxt3 js and I'm 100% going to use vuetify version 3 for my 2 projects.
I'm so thrilled cause of it.
thank you erik for making such great contents around vuejs.
I have learned a ton so far. so thank you again for being a great mentor.

dev-am
Автор

I went from vuetify to quasar, and for now it's no regrets, lighter, more responsive. may be a little less aesthetic, but for management applications it is not the most important

chambaderaphael
Автор

The accessibility is my main reason for using component libraries, with best practices being in second place. These are two things that I'm either not good at or haven't worked on. I know for a fact that I don't think the same way most other people do.

erics
Автор

Quasar is the best vue framework I've ever used.

mon_codes
Автор

Vuetify also has a treeshaking functionnality, which can be activated automatically. So this an argument to remove from being opposite with Qasar. About integration with mobile, it is also possible with vuetify, you only need to install the dependancy Cordova or Capacitor, which is not a hassle by itself. I am not sponsored in any way by Vuetify, I am here just to illustrate that some 'major differences' between frameworks might not be as huge as some web articles might say (probably sponsored by the way). Your video is great by the way. Thanks Erik!

Bloboxo
Автор

With a component framework...
Good news: Your app will have a well designed consistent UI.
Bad news: Your app will look just like a thousand other apps.

If you do all your own CSS and components...
Good news: Your app will have exactly the UI that *you* want.
Bad news: Everybody else will think your app is weird and fugly.

JohnDoe
Автор

We use Quasar. (About 50, 000 monthly active users, of the web app)

AdarshMadrecha
Автор

Quasar is my favorite.
Work for most cases.
Quick to deliver a product.

kwarnkham
Автор

Thanks for this vid !
Gonna be a great help for a lot of devs, even "seniors" ...

johnnydriesen
Автор

After working with React MUI, Vuetify, Blazor, MudBlazor and eversince I worked in Quasar I never went with anything else.

ifithegr
Автор

PrimeVue should not be left out ... They've made great improvements in the last 2 months. Through 2021-2022 they were a much better choice for Vue 3 than Vuetify. Quasars tooling has been loaded with bugs and poor quality legacy Node code and a very bad culture that shunned ESM up to 2022, last time I checked.

ch.hayabusa
Автор

I am surprized you didn't mention how much component libraries can complicate the build process. They can make build times much slower (or alternatively make page loads slower, depending on how you ingest your component library). I have a couple projects that my team refuses to update, because we used an old component library and it would be too much effort to figure out how to update the build chain in a way to use newer component libraries, without sacrificing page load times. (we have one project using Vuetify 2 and one using an ancient version of Bootstrap)

davidludlow
Автор

I understand that this clarifies a lot about the pros and cons. I am fairly new to programming and Vue at the moment, and I am having a hard time deciding what to use. I have just finished a basic Vue tutorial and now feel overwhelmed by the wide range of possibilities. My main goal is to create an application that works on both tablets and PCs. It will be for a sports team where I can create profiles and keep track of their performance. I would like to display the records in a dashboard-style format.

Initially, I was almost convinced that I should use Vitesse (which uses UnoCSS, similar to Tailwind, I believe), as you mentioned in another video. However, I am now considering whether Quasar or Vuetify would be better options.

Any help you can provide would be greatly appreciated.

AllAroundFlight
Автор

tailwind + vite/vue or tailwind + nuxt for bigger projects. Have 2 apps in prod running vuetify 2; will be refactoring to remove the dependency on vuetify. Not only it's the crappy material ui, but their release of v3 took forever.

leftblank
Автор

I had to use it differently depending on the trends of the development project and the technical type of the members.

I personally like the customizability of Primevue.
However, in projects with a small number of front engineers, the coding speed is significantly reduced.

So in such cases, vuetify or quasar are the best candidates.

Unfortunately, vuetify3 is not yet fully compatible with Vue3, so I am in two minds about updating my Vue2 project.

hoshino
Автор

So ultimately which one would you go with? Of the ones you mentioned it seemed like quasar was the safest choice given maturity.

shaun
Автор

Unpopular opinion : ithink each app should have it's own design system

nested