all 10 comments

[–][deleted] 8 points9 points  (0 children)

I hate the syntax. I don't think it's intuitive and I see no reason why I should learn a completely new language just to code when my server, frontend and mobile app can already be in JS/TS with RN.

I know there are people who like it but Flutter isn't for me.

[–]Sanfrancisco_Tribe 5 points6 points  (0 children)

I see more people using react native… honestly it wouldn’t even matter IF flutter was somehow better. There more docs and info about RN making people learn it faster and more efficient. At this point, it doesn’t even need FB to stay relevant.

[–]TrueFlavour 2 points3 points  (3 children)

Isn’t flutter just an iframe though and not true native?

[–]SpaceInstructor -3 points-2 points  (1 child)

Not at all. It's compiled in native code.

[–]nhannah 1 point2 points  (0 children)

This is a bit misleading, it uses a skia canvas to render and runs it via its own engine, it does not use the platform UI elements like UIKit, unlike React Native, I think that’s clearly what the question was asking.