3
2 Comments

Responsive website OR Mobile App ?

What is the indiehackers consensus?

I'm building a product that would greatly improve the UX with the ability to upload photos from the camera role in app, but personally feel like the "app" space is dead.

I spend significantly more time in the browser and could create something close in a responsive web product.

Where should I start?

What are everyones thoughts?

on January 16, 2020
  1. 5

    You can have a look at progressive web app (PWA). I think they are the best compromise between native and web. I have used it on a few projects with Ionic frameworks.
    I made a quick demo with Ionic + Firebase integration:
    https://github.com/eddyraj/ionFire

    1. 2

      Thanks!

      will read up more on PWAs