2022-08-17
2990
#vue
Diogo Souza
221
Aug 17, 2022 â‹… 10 min read

Getting started with Vuetify: Is Vuetify right for you?

Diogo Souza Brazilian dev. Creator of altaluna.com.br

Recent posts:

Using React Shepherd To Build A Site Tour

Using React Shepherd to build a site tour

React Shepherd stands out as a site tour library due to its elegant UI and out-of-the-box, easy-to-use React Context implementation.

Onuorah Bonaventure
May 1, 2024 â‹… 14 min read
A Guide To Cookies In Next Js

A guide to cookies in Next.js

Cookies are crucial to web development. This article will explore how to handle cookies in your Next.js applications.

Georgey V B
Apr 30, 2024 â‹… 10 min read
Handling Dates In JavaScript With Tempo

Handling dates in JavaScript with Tempo

Use the Tempo library to format dates and times in JavaScript while accounting for time zones, daylight saying time, and date internationalization.

Amazing Enyichi Agu
Apr 30, 2024 â‹… 8 min read
A Guide To Deno.cron

A guide to Deno.cron

This guide explores how to use the cron package in Deno, `Deno.cron`, to handle scheduling tasks with specific commands.

Rosario De Chiara
Apr 29, 2024 â‹… 5 min read
View all posts

3 Replies to "Getting started with Vuetify: Is Vuetify right for you?"

  1. vuetify is great. however, in production we have envcoutnered 2 issues that are problematic.
    1. large data set renderind: vuetify does not support virtualization (said to be added in v3). this makes the component like data-table non usable for us.
    2. no tree table support (not supported in material so maybe its understandable)
    when we chose vuetify some 2 years ago there werent better options that filled these requirement. but today there are… so I think vuetify is lagging behind in this aspect

    1. which one to consider now as in 2022? i will need tree table and data table both. As of today i can only see data table but not tree table.

Leave a Reply