9

I can't be the only one that dose this.

1. Builds native android app(I want to deploy on more platforms)
2. Re builds app in react (almost ready to launch)
3. 🤔should I build this in flutter instead

Comments
  • 4
    All the time. Recently I had a project in React which was a pain to work with so I rewrote the whole thing in Angular. Before I even got to deploy the Angular version I rewrote it all in Nuxt.js and Vue and that’s the version currently being served.
  • 0
    And people wonder why we prefer writing for the web than for apps...
  • 1
    @fuwn That moment where you have vercel but nextjs wont satisfy app development. Sometimes I think Nuxt is a joke.
    @eo2875 ever wondered why you dont have an app for everything you browse? :)
  • 0
    @geneticCode as I client I prefer the safety and customizability of the broswer. As a dev I also like the interoperability of browsers, just fix it with Babel and polyfills, ignore IE already. Performance is still a bummer and that's why we should move to WebAssembly. Then then the apps will die
  • 1
    @fuwn exactly that is why I stay away from web development as much as I can
Add Comment