Hacker News new | ask | show | jobs
by solidr53 267 days ago
Flutter "compiles to native," but the UI is just a giant canvas they paint themselves. React Native uses real native views, so you get actual platform widgets, accessibility, and OS-level optimizations instead of shipping your own game engine.

Also, Google has a habit of hyping projects then quietly killing them (I sadly took the Polymer ride).