top | item 31247171

(no title)

npretto | 3 years ago

React native and flutter are very, very different from a PWA.

While a PWA is a web app, react-native renders actual native components, and flutter has its own rendering engine. I wouldn't call them "web-based" tech

discuss

order

onion2k|3 years ago

I wouldn't call them "web-based" tech

They're not web-based under the hood, but the code that the developer writes to drive them is very much in the ballpark of a web developer - JS, React, TS, Webpack, etc. That's why they're classified as "web-based" or "web hybrid" rather than "native".

kaba0|3 years ago

Flutter has very little to do with web tech though.