ParseReact
ParseReact copied to clipboard
[Question] Parse SDK vs Parse React
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?
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.