DEV Community

Discussion on: "Flutter is better than React Native". Thoughts?

 
codenameone profile image
Shai Almog

Sometimes a web app is just a mobile app placed in the web. This way it can circumvent store restrictions etc. If that's what you want then flutter web will work for you.

Sometimes the web app is something a bit different. It might include some of the functionality of the mobile app but it might also be your marketing website. In this case flutter sucks. SEO and related tooling just won't work with flutter. Maintenance would be painful since the web site and the app would have differences and different paces of update.

You won't be able to reuse all the amazing tools available for doing stuff on the web. It isn't a website, it's an app that runs on the web.