parse-community / ParseReact

Seamlessly bring Parse data into your React applications.
https://parseplatform.org
Other
1.3k stars 209 forks source link

ParseReact not compatible with Parse.Object subclasses #158

Open lrettig opened 8 years ago

lrettig commented 8 years ago

Hello

Because of the way ParseReact flattens objects, properties, methods, etc. that have been added to a class which extends Parse.Object as described in the Parse docs disappear.

Is there any way to flatten and restore the entire, extended object? If not, how do you recommend handling this situation?

Thanks.

DeDuckProject commented 7 years ago

As far as I understand at the moment, it seems like we need to make a choice between immutability and the benefits of extending Parse.Objects...