0

I'm about to start an app using reactive native(for iOS and android) and would like to know what's the best approach to store unchangeable data (the user will not insert anything into the app, just read the data). Basically I'm going to develop a Portuguese dictionary, so the app will have to load a lot of data every time the user opens the app. Was looking into some options like redux, sqlite, realm etc.. here What are my options for storing data when using React Native? (iOS and Android), but as my app will not be connecting to an api in order to collect the data, but load all the data from the internal device I wonder the best approach for that.

Thanks in advance!

Rafael Paz
  • 497
  • 7
  • 22
  • Probably the fastest and easiest solution will be Realm, but it's a rather subjective question – dentemm Jan 27 '19 at 18:30
  • Why not just save it as a JSON file or an array of objects? – stever Jan 27 '19 at 21:14
  • @stever never thought about it, at first thought of having a "map" with key being the word and the translation of the word being the value. Will make some research about the json stuff. Thanks for the insights! – Rafael Paz Jan 28 '19 at 04:14

0 Answers0