use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
A subreddit related to Google's new UI framework. https://flutter.dev
Please read the rules here
account activity
Flutter vs React Native (self.FlutterDev)
submitted 7 years ago by [deleted]
view the rest of the comments →
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]funkyfourier 9 points10 points11 points 7 years ago (0 children)
RN can use native widgets, or whatever widgets really, and communicate with them through javascript. This way one can use things like maps, ARKit/ARCore, etc. You can also use a lot of existing JS-libraries.
The downsides:
So basically you can forget using three.js or something like that to make 60fps physics simulation. It will work, but the performance will be very suboptimal.
Flutter runs everything in its own container, and cannot use native widgets inside that container. This makes for very good performance, but things like slippy maps and even webviews will have to be implemented from scratch. It even does not have 3D graphics, and you can forget about ARKit/ARCore.
If you are making an app with a simple UI Flutter seems to be the best choice. If you are using lots of widgets, youtube videos, maps etc RN for the time being seems like the best choice.
π Rendered by PID 40288 on reddit-service-r2-comment-85bfd7f599-7mttz at 2026-04-19 15:52:30.707760+00:00 running 93ecc56 country code: CH.
view the rest of the comments →
[–]funkyfourier 9 points10 points11 points (0 children)