Is Parse SDK JS (React Native) support Offline Sync?

I am considering choosing between Parse Server or Firebase in my React Native Project. I want to choose the Parse Server because it is open source and there is a cloud provider called Back4app.com which will make it easier for me to configure the server without more effort (like scaling, optimization, etc).

Unfortunately, there is still one obstacle for me which is an important consideration. I want my application to be accessible offline for simple read queries. and data that has been stored offline will be re-synced when they are online based on the ID of the document.

Can Parse SDK JS do that?

Clue:

My React Native Project will be related to Draft App or To Do App.

Thanks.

Oh wow. I just found this on NPM: https://www.npmjs.com/package/@parse/react-native.

I want to make sure again, can localDatastore meet my needs?

JS SDK has local database feature. You can use that. But if you use redux then you can use redux persist. just another option.

1 Like