the problem I’m running into
- we are making a software, we just realized we want offline functionality.
- reason: the places they are will be might be spotty with internet connection(this is obvious, but for context).
we were originally going to use the MERN stack, but for offline functionality and online functionality I feel there are better options.
questions
- is mySQL the best database for accommodating both the offline and online functions in a pwa? if not what is?
- what would be the most efficient tech stack to use for this?
New contributor
RyanTheScholar is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
2