parse-community / ParseReact

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

[Question] Parse SDK vs Parse React #142

Open quantuminformation opened 8 years ago

quantuminformation commented 8 years ago

Hi, I am not sure whether to use Parse SDK (with Redux perhaps) or Parse React in a React native project. I have heard of several developers that choose to go over to a ParseSDK + redux architecture instead of using Parse React.

What do you recommend?

jadsonlourenco commented 8 years ago

My opinion: ParseReact has good features that works fine with RN, like Mutation (https://github.com/ParsePlatform/ParseReact/blob/master/docs/api/Mutation.md). I think that Redux is good to "global states", but for data I use ParseReact.