ParseReact
ParseReact copied to clipboard
Seamlessly bring Parse data into your React applications.
Since ParseReact 0.5 (but maybe also 0.4.x) I'm getting a lot of warnings "Attempted to flatten something that is not a Parse Object". I suspect this happens on models with...
Hello, The doc talks about Cloud Function in `ParsePatches` doc but I cannot find any other reference to that on SO or any example on Github... I would be really...
I couldn't find an easy way to get the user's installation object from within React Native using ParseReact on Android. The goal was to add additional data to the user's...
I have the following query that I would like to automatically update after I do a create mutation: ``` var Group = Parse.Object.extend("Group"); observe(props, state) { var groupObject = new...
I upgraded to React Native 0.17 and now I'm getting a syntax error that I have a duplicate declaration "observe" when I attempt to use Parse React. Here's how my...
Repro: - react 0.14 - parse 1.6.9 - parse-react 0.5.0 - simple page with ParseReact.Mixin, observing 1 query (I'm using this as a template for react 0.14: https://github.com/MadeInHaus/react-flux-gulp-starter, e.g. add...
Apparently loading from CDN doesn't have the latest version that works async so my app is getting errors on page load.
I've added a relation to my User class in parse to a custom class called Location, in which the user saves the locations on which he wants to get notifications...
Currently `Parse.User.become` hasn't been patched. linkTo, logIn, logOut, etc... are correctly patched.
Is it possible to render ParseReact components server side? If so, this could be a nice Relay-like framework when coupled with a router.