|
|
|
|
|
by firasd
3522 days ago
|
|
I'd guess you need to use an absolute route (using a variable passed to the component props?). But yeah in practice you'd probably not want to slow down the rendering by doing an extra HTTP request so you'd probably send the data to the component in a more synchronous way. |
|
How would you do that without breaking the whole universal/isomorphic aspect of this?