Hacker News new | ask | show | jobs
by shehryarrr 2722 days ago
Depends on your applications use cases and what is needed to make it function. No matter what you're doing you should look for the quickest and cheapest option as long as it fulfills your needs. If I'm building pro grade video editing software I'm likely going to pick desktop technologies, if I'm building something that requires location or a camera I'm going to pick native apps. If the service is just reading data from a server and maybe writing a little with not too much interaction probably a mobile website or a PWA.

Not new advice, just pick the right tool for the job, not what's flashy.