You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First of all thank you for this amazing library. We've been using it for a while, since the beginning of the project two-three years ago. Right now we're in the midst of trying to improve the SSR experience and we were trying to move from the renderToString to the renderToNodeStream. While the first one works as expected and seems to load all the data and send the HTML correctly down, it seems that the second is not "fetching"/calling the frontload in our components.
Any ideas as to why that might be or what can we do to solve the issue? Or is it a limitation of the library?
For a little bit of context, we're using:
v1 of Frontload
We rely heavily on class components still, redux, thunk, etc.
The text was updated successfully, but these errors were encountered:
Hello!
First of all thank you for this amazing library. We've been using it for a while, since the beginning of the project two-three years ago. Right now we're in the midst of trying to improve the SSR experience and we were trying to move from the
renderToString
to therenderToNodeStream
. While the first one works as expected and seems to load all the data and send the HTML correctly down, it seems that the second is not "fetching"/calling thefrontload
in our components.Any ideas as to why that might be or what can we do to solve the issue? Or is it a limitation of the library?
For a little bit of context, we're using:
v1
of FrontloadThe text was updated successfully, but these errors were encountered: