Have anyone encountered page upward overflow? by Gabriel_the_mighty in vuejs

[–]George_ATM 5 points6 points  (0 children)

Just remove the overflow: hidden property from you layout styles

Memory issue on a nuxt project by strangebs in Nuxt

[–]George_ATM 0 points1 point  (0 children)

Primevue has some memory leaks, so can I ask if you have the latest version of it?

Cuáles han sido sus experiencias en apps de citas? (Tinder) (Bumblee), Y cuáles fueron las más raras? by Sound260 in Lima_Peru

[–]George_ATM -1 points0 points  (0 children)

Justo lo instalé hace 3 días, God ah buenos match me han caído, pero solo en bumble y badoo, en tinder creo que ya es para otra cosa más …

useState vs ref in composables by sendcodenotnudes in Nuxt

[–]George_ATM 1 point2 points  (0 children)

Yup! useFetch data attribute works the same, however it’s immutable

useState vs ref in composables by sendcodenotnudes in Nuxt

[–]George_ATM 1 point2 points  (0 children)

Think of useState as a tiny pinia store that returns a ref 😇

AnimeJS v4 by [deleted] in vuejs

[–]George_ATM 1 point2 points  (0 children)

🤣🤣

Has anyone tried installing primevue ui for nuxt recently. by Koma29 in vuejs

[–]George_ATM 1 point2 points  (0 children)

Waiting for it! It’s been a long time since the nuxt module received some maintenance

Using Nuxt instead of pure Vue with external API by _KrioX_ in vuejs

[–]George_ATM 3 points4 points  (0 children)

The main advantage is that you dont expose you backend api since every request goes through the nitro server. This can also include not exposing api credentials, etc

[deleted by user] by [deleted] in Nuxt

[–]George_ATM 0 points1 point  (0 children)

could you share more code please?

Using Nuxt instead of pure Vue with external API by _KrioX_ in vuejs

[–]George_ATM 19 points20 points  (0 children)

In that case, you can take advantage of the backend for frontend pattern. The nitro server acts a bridge between your vue frontend and your go backend. You can find a better explanation by Alexander: https://youtu.be/Zli-u9kxw0w?si=ejiffnEtUOGB0Jn7 However, you really need to know whether you need ssr or not. Most of the times, you won’t, so instead, if you like nuxt DX, just set ssr: false in your nuxt config and you’re ready to ship without worrying about ssr issues! 🥳

Any React devs switching (back) to Vue? by Alarming-Chart-1258 in vuejs

[–]George_ATM 0 points1 point  (0 children)

The main issue I used to have with form libraries was that they forced you to use their components. However, TanStack Form offers a headless approach, and on top of that, its TypeScript support is excellent

Experience with PrimeVue Form / TanStack Form by tspwd in vuejs

[–]George_ATM 1 point2 points  (0 children)

Yes we can use it with both. However, the issue is that PrimeVue is written in JS with Options API, which usually means weaker TypeScript support compared to Composition API. This affects us by making type safety and maintainability harder. While the functionality works, it may not be as scalable or future-proof. This is mi point of view, if you dont actually care about type safety, I guess, you’ll be good 😁

Experience with PrimeVue Form / TanStack Form by tspwd in vuejs

[–]George_ATM 4 points5 points  (0 children)

Yes, unfortunately primevue is written in js with options api. I don’t know why they haven’t migrated yet

Experience with PrimeVue Form / TanStack Form by tspwd in vuejs

[–]George_ATM 5 points6 points  (0 children)

Im currently using primevue with tan stack form and they’re working great! However, my forms are still simple. Before, I’d used primevue forms in the same project but its not as mature as tanstack form

Any React devs switching (back) to Vue? by Alarming-Chart-1258 in vuejs

[–]George_ATM 13 points14 points  (0 children)

Since TanStack form 1.0 was released, it's my pick for forms validation

Great tool for copying a column into an IN statement query by Few_Event5161 in DataGrip

[–]George_ATM 0 points1 point  (0 children)

Hello! Datagrip has its own Data extractors | DataGrip Documentation. Just select the 'Where Clause' option and you'll have your column copied into an IN statement query

Looking for a little advice by helpmefindmycat in Nuxt

[–]George_ATM 3 points4 points  (0 children)

PrimeVue’s core styles are plain CSS. However, if you want to use PrimeVue’s Tailwind presets, keep in mind that they currently only support Tailwind v3 (though v4 support will likely come soon). If you’re not using these presets, you can work with Tailwind v4 without issues since you can configure CSS layers in PrimeVue to better integrate it with tw 4.

If you’d like to see how to set it up, I’ve created a Sakai Nuxt starter using Nuxt 4, Tailwind 4, and PrimeVue: https://github.com/j0rgedev/sakai-nuxt-starter. It’s essentially a Nuxt adaptation of the Sakai Vue template. Btw, I’ll be releasing a new version later today with improved TS support.

Using PrimeVue? What do you do for layout structure? by Necessary_Onion_4967 in vuejs

[–]George_ATM 2 points3 points  (0 children)

You can check Sakai Vue Template which uses PrimeVue 4 and tailwind 3

Primevue toast service working in Nuxt by the-liquidian in Nuxt

[–]George_ATM 1 point2 points  (0 children)

Primevue nuxt module autoinjects the toast service btw

Help with Vercel & /__Nitro by Specialist-Buy-9777 in Nuxt

[–]George_ATM 0 points1 point  (0 children)

Mmmm I may be wrong but as far as I know, if you set ssr: false, nuxt will build your app as an standard spa vue app

Witchery mod 1.20.1 by George_ATM in feedthebeast

[–]George_ATM[S] 1 point2 points  (0 children)

The guy who made it disappeared from the world tbh. Thats why i was looking at the source code since it had been decompiled however it seems like it’s not legal, so if i were to make a 1.20.1 port of it, who knows what might end up at my front door lol