DEV Community

Discussion on: React Native vs Flutter vs Ionic vs NativeScript

Collapse
 
mattnot profile image
Matteo Notaro

The only problem of Flutter is verbosity, for every single component you have to write like 2 classes

Collapse
 
caelinsutch profile image
caelinsutch

Not necessarily, Stateless components only require one class, and there is actually this package that provides shorthand for stateless and stateful widgets, very much like React. I find that the verbosity in components however makes it far easier to read and write than something like HTML, I can normally crank out a screen in an hour or so compared to HTML/CSS syntax.