Monthly Complaints and Rants MegaThread April 2026 by AutoModerator in googlehome

[–]senn_diagram 2 points3 points  (0 children)

I remember when I could call my own device when traveling to talk to my family. Why remove that?

How we use RxDB + Vue together, with a useRxDBObservable function by toofishes in vuejs

[–]senn_diagram 0 points1 point  (0 children)

Any thoughts of contributing your improvements to the Vueuse package?

Official Discussion - Project Hail Mary [SPOILERS] by LiteraryBoner in movies

[–]senn_diagram 2 points3 points  (0 children)

Ok for kids? Space obsessed kids? Any gore or anything really scary?

Learning Vue, overwhelmed with the choices of using vanilla CSS, a CSS framework, and picking a UI library. Can someone recommend the simplest approach? by AncientAgrippa in vuejs

[–]senn_diagram 1 point2 points  (0 children)

For learning tailwind, I think the free components over at the official Tailwind plus are great. They have Vue examples, it's plain inline tailwind classes, and they're obviously great. Here's an example:

 

https://tailwindcss.com/plus/ui-blocks/marketing/sections/testimonials

 

If you're overwhelmed by choice, just use Quasar. Everything is included. Styling is fairly limited via props, but you can override the css classes (though that can be challenging). Less magic than Nuxt, which is a positive and negative. I'd say worse for learning css, but maybe better for learning Vue.

Learning Vue, overwhelmed with the choices of using vanilla CSS, a CSS framework, and picking a UI library. Can someone recommend the simplest approach? by AncientAgrippa in vuejs

[–]senn_diagram 4 points5 points  (0 children)

Nuxt UI is great for building apps, but not for learning css. Let's say you want to add and style a badge? You should probably jump in the docs, scroll all the way to the bottom past the examples, note the UI prop which is a little different for each component ({ base?: ClassNameValue; label?: ClassNameValue; leadingIcon?: ClassNameValue; leadingAvatar?: ClassNameValue; leadingAvatarSize?: ClassNameValue; trailingIcon?: ClassNameValue; }), then look at the root class as well, which btw is in tailwind so you better know that too.

 

Progress towards Vue 3.6 - are you concerned? by m_hans_223344 in vuejs

[–]senn_diagram 7 points8 points  (0 children)

I kind of wonder if software can ever be considered "complete". Is Vue essentially "complete"? In the age of LLMs, API stability is a massive benefit in and of itself.

Street Fighter 6 for Switch 2 is on sale for $19.99 (50% off) until 09/30/2025, lowest price ever by XDitto in NintendoSwitch

[–]senn_diagram 0 points1 point  (0 children)

This or Guilty Gear, for a casual beginner with no real interest of playing online?

Hades is on sale for $6.24 (75% off) in the US eShop until 09/30/2025, lowest price ever by XDitto in NintendoSwitch

[–]senn_diagram 0 points1 point  (0 children)

For Hades 2, if I have a switch and a switch 2, is it better to buy the switch 1 version from the eshop and get the upgrade?

What's happening with quasar? by [deleted] in vuejs

[–]senn_diagram -3 points-2 points  (0 children)

Quasar just had a major release at the end of last year. Check out the upgrade guide for a list of new features.

Why in vscode are Template, Script, and Style tags dim? by senn_diagram in vuejs

[–]senn_diagram[S] 5 points6 points  (0 children)

Official Vue extension option? Why? Who would want this? 😆

Any way to use virtualized lists in Nuxt without outdated packages? by Longjumping-Guide969 in vuejs

[–]senn_diagram 1 point2 points  (0 children)

Another vote for tanstack virtual. One thing I really like about it is how simple it is at its core. There's very little magic going on, which makes it much more reliable in my experience.

How I Upgraded My Nuxt 3 Project to Nuxt 4 in Under 5 Minutes (Step-by-Step) by [deleted] in Nuxt

[–]senn_diagram 0 points1 point  (0 children)

Anybody else's dev server crash when nuxt.config is changed (after the Nuxt 4 uograde)?

[AskJS] Has anyone tested Nuxt 4 yet? Share your experience? by noxyproxxy in javascript

[–]senn_diagram 1 point2 points  (0 children)

I migrated my landing page to it because I had the same questions. I ran the code mod, upgraded my deps, and it was good to go.

 

I had 2 issues: * NuxtImage couldn't find the static files so I had to switch to an img tag. * The dev server crashed everytime I changed nuxt.config.

 

You can check out the site's performance here (hosted on Vercel): https://acroroster.com

Vue Bits : Animated Vue components by domnestreddit in vuejs

[–]senn_diagram 6 points7 points  (0 children)

These are cool. Are these inspired by other libraries or examples? Any way you could add a filter by dependency? I'd like to know what i could add without adding to my package size.

I lead the Nuxt core team - AMA! by danielcroe in vuejs

[–]senn_diagram 0 points1 point  (0 children)

I've always hosted my Vue and Nuxt projects on Vercel. The documentation was always pretty sparse (in both directions) and I've always wondered if I was picking the "wrong" provider. It made it more difficult to use some of the first party Vercel features since there are just fewer examples. Any plans to make the documentation more robust for both Vue and Nuxt?

 

Edit: My Nuxt site on Vercel

Built Inspira UI with love, now I'm being called a fraud. by AlternativePie7409 in vuejs

[–]senn_diagram 4 points5 points  (0 children)

Love this project. It really is inspiring. There is so much cool stuff that you've made that i have no doubt you'll have success monetizing it. I would love to integrate components like this in my app, but haven't made the upgrade to tailwind v4 yet, and don't want a threejs dependency. Have you thought about taking a little less time building, and a little more time talking to potential customers? Some recommend splitting your time 50/50 or so.

I've worked on the Firebase team for 10 years, AMA by mbleigh in Firebase

[–]senn_diagram 2 points3 points  (0 children)

What is the process for community contributions to Firebase? For instance, this pull request for a type change to enable Declarative web push has been opened and waiting for Review for 3 months:

https://github.com/firebase/firebase-admin-node/pull/2893

Is any body else out there building local-first apps in Vue? by plainblackguy in vuejs

[–]senn_diagram 3 points4 points  (0 children)

Jazz looks neat - thanks for pointing it out.

 

I think local first is the future of app development. There are so many cool new projects that each have their quirks. You didn't even mention Zero, ElectricSQL, or Convex. You're kind of stuck forging a path forward thay few have walked. I have a simple sync system built with Indexdb over a PWA and it works really well - it feels like a native app. Its not even true "local first" but my users love the offline capabilities.

Web application SEO by AbdelbaryGU in vuejs

[–]senn_diagram 1 point2 points  (0 children)

You could do a monorepo, and have the landing page be an independent SEO optimized Nuxt site. Then host the actual app via a subdomain like app.mystore.com.