parse-community / ParseReact

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

Parse React broke? #171

Closed mrbrackins closed 8 years ago

mrbrackins commented 8 years ago

I can't get it to work in React Native, and from the looks of these issues, it looks like everyone's using Parse Vanilla SDK or Redux. So is this officially broken?

andrewimm commented 8 years ago

It's not broken, but we highly recommend using Redux instead. As noted on the README, Parse+React is not compatible with the Parse SDK beyond version 1.6.14. We are also actively working on a new lightweight SDK that is optimized for Redux-style systems.

davide-scalzo commented 8 years ago

Hi @andrewimm any news about the Redux optimised SDK?

Cheers, Davide