I am trying to build a Progressive Web App (PWA) that initially targets the desktop, but eventually will work on mobile as well using a single codebase.
It's basically a CRUD app consisting of a navigation bar, geolocation and some forms that allow the user to add records and images to a database. For devices that have a camera, I want to offer the option of using that for the image upload. With the exception of that.
I have experience creating PWA with Ionic & Angular, but after learning React and create native I don't want to go back in angular anymore.