ParseReact icon indicating copy to clipboard operation
ParseReact copied to clipboard

Server side rendering.

Open necrodome opened this issue 10 years ago • 4 comments
trafficstars

Is it possible to render ParseReact components server side? If so, this could be a nice Relay-like framework when coupled with a router.

necrodome avatar Apr 01 '15 06:04 necrodome

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.

agnosticdev avatar Apr 20 '15 18:04 agnosticdev

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.

ghost avatar Aug 04 '15 19:08 ghost

I'd be very curious about this issue as well!

dfinzer avatar Nov 13 '15 04:11 dfinzer

Same here, more specifically about server side checking if the user is logged in, is that even possible?

gfpacheco avatar Dec 24 '15 11:12 gfpacheco