DEV Community

Discussion on: Create a SPA with Laravel and Nuxt

Collapse
 
skyrpex profile image
Cristian Pallarés

Hi! There's no prerendering when using laravel-nuxt. The api/me request is sent from client side when activating the JS route.

You should use async data if you need your page to wait to be rendered until the data is fetched.