ParseReact icon indicating copy to clipboard operation
ParseReact copied to clipboard

Seamlessly bring Parse data into your React applications.

Results 72 ParseReact issues
Sort by recently updated
recently updated
newest added

Bumps [parse](https://github.com/parse-community/Parse-SDK-JS) from 1.6.14 to 2.15.0. Release notes Sourced from parse's releases. 2.15.0 Features New Parse.Error 159 DUPLICATE_REQUEST (#1189) Fixes Live Query Subscription Error Event (#1193) 2.14.0 New Features Passing...

dependencies

Well ``` import React from 'react'; import Parse, { Query } from 'parse/react-native'; import { Component } from 'parse-react/react-native'; class Foo extends (Component(React)) { constructor(...args) { super(...args); } observer (){...

I'm having problem's to integrate parse and react native with push notification

on calling _linkWith it returns an > undefined is not a object error on evaluating provider.authenticate

Hi I tried to use the example code on your README and changed the Parse Class Name to get the desired objects, but it crashes in render function "this.data.ads.map". It...

Very confusing no error or warning or anything, i advise to just overwrite them anyway, or at least throw an error or warning when the patched functions wont be applied

Sometimes the subscription can be undefined, so now it checks for undefined or not and then disposes the subscription

Hi , I want to put data from Parse in listview. I try this: `constructor(props) { super(props); const dataSource = new ListView.DataSource({ rowHasChanged: (row1, row2) => row1 !== row2, });...

Pls can u give us good example with observe() in es6 pls?