Home

Issue: 1071

Fetch Data after navigation

[issue link]

Hello, guys!

As mentioned in the docs, asyncData calls before loading the component and this is what we expect for SSR. But for better UX I want to fetch data after navigation for client-side navigation.

Is there a simple way to fetch data before component loading for server-side and after component loading for client-side?
Is anyone faced with this problem?

Sorry if it’s duplicate, can’t find anything similar

This question is available on Nuxt.js community (#c933)