Static GitHub Issues

[177] prefetching data from server

prev: nuxt.js + bootstrap
next: e2e tests of nuxt application

hi, I'm pretty new to nuxt and I'm currently using it as a middleware in my express project

I'm wondering is it possible to do custom context with using nuxt build() so I can pass data from the server like what ejs or jade does.

I tried using nuxt.renderRoute() by passing only res and req as context but it returns 404 on any page somehow

I've read all the examples and most of them were only about client side features.

thank you

<!--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/c149">#c149</a>)</em></sub></div>