Preload Data using Promises with Vue.js and Nuxt.js

InstructorJohn Lindquist

Share this video with your friends

Send Tweet

Nuxt.js allows you to return a Promise from your data function so that you can asynchronously resolve data before displaying the page. This allows the server to fetch the data and render the page once it's ready.