|
|
|
|
|
by latchkey
2471 days ago
|
|
I picked Flutter and I'm really happy with it. The latest release of Flutter makes me even happier as there are some nice improvements. I'm using Material components because for me it is the bootstrap of UX these days and requires little thought to make a fairly clean UX. As a developer I can just drop in components as necessary. * Hot reload, on device, works and works well.
* Really nice error messages (in latest release).
* It is fast.
* Dart is pretty nice once you get used to it.
* Provider api for state management works great (basically, react context).
I also do a lot of react web dev, but given that Flutter targets web (and desktop now... goodbye electron), I might try that in the future once it matures a bit.Some one is developing this kind of cool example of the web target: https://github.com/rxlabz/panache |
|
However I don't see why people try to push it on the web, it just renders everything in a canvas, it's a poor fit for web development.