brownmagik352 / awesomeProjectTest

testProjectForReactNative keepInTouch
0 stars 0 forks source link

PERF: use getallKeys rather than getting a single array #16

Open brownmagik352 opened 6 years ago

brownmagik352 commented 6 years ago

this way your updates can be one key at a time rather than the entire array each time

brownmagik352 commented 6 years ago

No fear of collisions between apps https://stackoverflow.com/questions/48790764/is-asyncstorage-shared-across-apps

brownmagik352 commented 6 years ago

big rewrite that is only relevant for perf and most people will not have huge lists of reminders way simpler code complexity to have reminders as an array in state and in storage

note: when changing later will need a way to port an existing set of reminders over