|
|
|
|
|
by idbehold
3527 days ago
|
|
> 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? |
|
Some explanation at [3] although that writeup (and this demo code) needs updating.
[1] https://github.com/firasd/react-server-tutorial/blob/master/...
[2] https://github.com/firasd/react-server-tutorial/blob/master/...
[3] https://medium.com/@firasd/quick-start-tutorial-universal-re...