ParseReact
ParseReact copied to clipboard
Server side rendering.
Is it possible to render ParseReact components server side? If so, this could be a nice Relay-like framework when coupled with a router.
I had initially thought about this too, but what I decided to do was use the router to load the necessary data to my page, and then use Parse+React to observe the stateful data on my page. That way Parse+React has control over loading and reloading the UI elements that contain heavy user interaction and I do not have to setup logic in cloud code to query data and send it back to the client.
Thank you for reporting this issue and appreciate your patience. We've notified the core team for an update on this issue. We're looking for a response within the next 30 days or the issue may be closed.
I'd be very curious about this issue as well!
Same here, more specifically about server side checking if the user is logged in, is that even possible?