ParseReact
ParseReact copied to clipboard
Any plans to make this work with cloud code?
Can this work in the cloud code environment? I assume because it relies on the Javascript SDK that its more browser based than anything.
The cloud code environment would benefit from React integration (for the views at least).
+1
it would be much nicer than using the ejs
/ jade
templates which cause duplications for reacts webapps
@mattbrewer-educredu why not? Observe just not been called on server render.
@SLonoed I'm not very competent with React yet, I've messed around with it a bit and I like a lot of its features. Do you think it would be an easy enough thing to do to make it work with cloud code?
I'd definitely spend the time to learn React if its going to become a first class citizen in the cloud code world.
@mattbrewer-educredu, I try use react on parse. It works fine. But you need to compile all code to single bundle (I use webpack) without external dependencies (except express)
So if you have a Cloud Code project going right now would it be a better idea to just observe the mutated data changed in Parse with React or should I load all of the data with React when the page loads? Thoughts?
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.
+1
+1
+1