Turbo Tutorial | Nuxt 3: Query from an external API + read more

preview_player
Показать описание
Learn how to query an external API and how to implement "read more" functionality.

Рекомендации по теме
Комментарии
Автор

Great work, those turbo tuts really helping me to learn nuxt, resources for nuxt 3 are limited...

dCoder
Автор

Hi! Thanks for this! How can i avoid doing the reload of data when navigating back to such a list component. For example if you had a detail page for each talk to at eg. /talks/{id} and then you hit the back button to list the talks, it reloads again with limit 2 right? I have a case where i want to load paginated data based on a filter with a details page to each element. Unfortunately all filters and data is reset after returning from the details page. Do i have to use external state management libs for this already?

lucasthorbecke