Static GitHub Issues

[179] Concurrent ajax requests to populate data

prev: conditional logic or props to layouts?
next: nuxt.js + bootstrap

might just be a noob question but I can't seem to figure out how to populate the data object for a given page using 3 concurrent requests (page content, page meta and page navigations are 3 separate calls in order to speed up page load speed). So my question is, how do we do this? I tried putting all three into aPromise.all() but that didn't work.

<!--cmty--><!--cmty_prevent_hook--><div align="right"><sub><em>This question is available on <a href="https://nuxtjs.cmty.io">Nuxt.js</a> community (<a href="https://nuxtjs.cmty.io/nuxt/nuxt.js/issues/c151">#c151</a>)</em></sub></div>