Expo SQLite vs Redux

Hi,

I’m working on an app where multiple users will take pictures of items, enter some data about them such as name, description etc. and then upload that using AWS AppSync to an Amazon DB.

I am new to mobile development and I was wondering what a good practice would be for this. Should I store data using SQLite or would Redux be better?

I think the app is simple enough to not need Redux but I’m not certain, but I could really do without the learning curve.

I think I will store the images in the FileSystem but I might need them stored in the DB itself.

What would you recommend?

Adam

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.