I’m not a professional programmer, I wear lots of hats. I’ll spend a few weeks or months making a site as a tool, then get pulled onto something else for a long time, then be asked to come back and make a new site or add something.
I got a site working in React first. And an app with React Native. In both cases, coming back to the code cold was really hard for me - I couldn’t remember how anything worked, had to re-watch Udemy courses and retrace my steps.
Vue has been a lot better for coming back cold, it just seems easier to reason about without restarting the learning curve.
Recently I moved from Vue + Bootstrap to Quasar. Couldn’t be happier! Quasar is a really great platform for getting tools made quickly. Solving our offline issues with PWA mode and IndexedDB was surprisingly easy.
B
Best posts made by bfreed
-
RE: Why did you pick Vue than React?
-
Hide qinput arrows when type=number
Using QInputs on both iPads and desktop.
Setting type=“number” fixes my iPad annoyance - it brings the keyboard up in number mode, yay!
Looks great, too.
But on desktop, there are these arrow icons. I can live with it on Chrome, as they only show up when the cell is active.
But on Firefox they’re always visible and pretty rough:Anyone know a trick to disable/hide them?
(just to be clear: I’m not saying it’s a bug, or Quasar’s fault - I’m a novice… Is there a CSS trick or something that’s super obvious to everyone else?)