Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Server-side rendering #44

Closed
mquandalle opened this issue Jun 1, 2018 · 1 comment
Closed

Server-side rendering #44

mquandalle opened this issue Jun 1, 2018 · 1 comment

Comments

@mquandalle
Copy link

mquandalle commented Jun 1, 2018

Hi,

I'm using react-stonecutter on a server-side rendered page. You can see the example here: https://smartariffa.it/.

The server-side rendering is working, you can see that the cards content is present in the html source, search for “Senza limiti” for instance. However when the page loads the cards aren't displayed, until the Stonecutter layout calculation is done (I'm using measureItems with a custom layout and a SpringGrid) — which takes about 1 sec in the above example.

Do you have any idea why stonecutter “re-hydrating” isn't working as for other React server-side rendered components, and do you have any pointer about how to fix this issue?

@erikleon
Copy link

erikleon commented Jul 1, 2019

Any resolution on this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants