This page had an ugly flicker as the page loaded, with the unstyled left-side navigation displayed before the CSS rules were loaded. It's not a huge deal, and honestly I have built some sites like that as well, but when you're pitching front-end frameworks, stuff like that matters. I don't want anyone to think that that kind of flicker is inherent to Vue.
Vuetify - Material Component Framework for VueJS 2
11–20 of 39 posts
Re: Vuetify - Material Component Framework for VueJS 2
#12Looks cool, unfortunately like many of these UI frameworks, the more advanced functionality has been left out so far. Compared to http://semantic-ui.com/modules/dropdown.html which has searching and filtering etc. Hard to move to anything this unless it's the most basic of applications.
Re: Vuetify - Material Component Framework for VueJS 2
#13While this is useful to have, I would argue that layout should be left to css frameworks (material css in this case) and components only used for functional parts of the app. No one is forcing us to make everything a component. What would be a benefit of having a footer or header a component for example?
Re: Vuetify - Material Component Framework for VueJS 2
#14Earlier quoted context omitted.
What's the recommended way to resolve that these days? Render your primary CSS bundle in head?
I believe best practice is to sort out which of your CSS is needed to render above-the-fold content, separate that out into a smaller file, and serve that higher in the page or even inline it. The rest of the CSS can be served at the bottom, with the JavaScript. If anyone has a better plan, I'm all ears!
Re: Vuetify - Material Component Framework for VueJS 2
#15what's the big deal with "material"? Looks ugly as sin. I just don't get it.
Re: Vuetify - Material Component Framework for VueJS 2
#16Looks cool, unfortunately like many of these UI frameworks, the more advanced functionality has been left out so far. Compared to http://semantic-ui.com/modules/dropdown.html which has searching and filtering etc. Hard to move to anything this unless it's the most basic of applications.
Re: Vuetify - Material Component Framework for VueJS 2
#17I disabled the use of custom fonts and have to say that the material style of Google makes websites unreadable. Just like this framework does. This is because the span inside an icon has a huge font size. And they use ligatures for characters (so I'm seeing the huge ligatures). Why would someone choose ligatures over CSS classes? Edit: I was thinking about problems with screen readers and so on. A CSS class is just s…
Re: Vuetify - Material Component Framework for VueJS 2
#18I disabled the use of custom fonts and have to say that the material style of Google makes websites unreadable. Just like this framework does. This is because the span inside an icon has a huge font size. And they use ligatures for characters (so I'm seeing the huge ligatures). Why would someone choose ligatures over CSS classes? Edit: I was thinking about problems with screen readers and so on. A CSS class is just s…
That's a really good question because I presume they did it for a reason. Why else go through the hassle?
Re: Vuetify - Material Component Framework for VueJS 2
#19While this is useful to have, I would argue that layout should be left to css frameworks (material css in this case) and components only used for functional parts of the app. No one is forcing us to make everything a component. What would be a benefit of having a footer or header a component for example?
Re: Vuetify - Material Component Framework for VueJS 2
#20what's the big deal with "material"? Looks ugly as sin. I just don't get it.