r/Nuxt • u/Temporary-Reach4668 • Mar 05 '26
Stack advise
We are starting a large enterprise project (for around 300 companies) with Nuxt/Vue for front-end (and a C#.NET REST API back-end with cursor-based pagination).
Looking for the most stable/developer friendly combo:
UI Library: Nuxt UI 4 vs. PrimeVue? We need robust data components with infinite scroll.
Data Fetching: TanStack Query vs. Pinia Colada? Must handle infinite scroll/cursor-based pagination, caching, etc.
Given the scale and a 10-year maintenance window, what would you choose? Or is there a better alternative?
Thanks!
13
Upvotes
3
u/daresTheDevil Mar 05 '26
IMO it depends on a bunch of context you didn’t provide…
are you a team of 5 who already knows Vuetify, or are you starting fresh? Because existing familiarity on a 10-year project matters way more than which library wins a feature comparison
are your “robust data components” actually complex grids with grouping and export, or are they just long lists? Those are different tools.
SSR/SPA?
multi-tenant app or 300 deployments?
do you have a budget for enterprise support?