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 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.
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
renderToStringto 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 thefrontloadin 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:
v1of Frontload