ParseReact icon indicating copy to clipboard operation
ParseReact copied to clipboard

[Question] Parse SDK vs Parse React

Open quantuminformation opened this issue 9 years ago • 1 comments

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?

quantuminformation avatar Nov 28 '15 11:11 quantuminformation

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.

jadsonlourenco avatar Nov 28 '15 12:11 jadsonlourenco