danielroe @danielroe.dev · Jun 11

absolutely! in general, Nuxt tries to provide good defaults while allowing full customisation data fetching is something we provide simple core utils for because it deeply integrates with server ➡️ client consistency … but you can easily pick a data paradigm that fits you better. roe.dev/ama #ama

8 likes 2 replies

?

Replies

Peter Budai · Jun 12

And there is a nuxt module for that!

Bogdan · Jun 11

i personally can't imagine fetching collections nowadays without it😅 we keep concerns separate usually. Nuxt pages and data needed for "the app" use nuxt data fetching. Tables, lists of cards, etc rely on tanstack🙃