This question was asked on GitHub, with the answer being "Hey, have you heard of this website Stack Overflow? You should ask the question there!".
So here I am, asking a question!
Does React Native support Indexed DB?
When refactoring an existing web-application to support react-native
, does one have to forgo Indexed DB support? Or, does Indexed DB work out of the box?
What is the reason for the answer to the above question? Does Indexed DB not work simply because we're not in a browser and React Native doesn't currently implement that API? Can we polyfill Indexed DB in React Native? Or, should we turn to alternative persistence methods for this platform?
I am asking this as a technical lead, wanting to know whether or not react-native
is going to be an easy or difficult transition for our team.