Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

Although production quality, Flutter is not even 1.0.0 so don't expect a lot of public applications yet.


There are some:

https://flutter.io/showcase/

But yeah, I know a lot of developers who have started playing with Flutter in the last couple of months, so there should be a lot more later this year/next year.


RN is at 0.55-RC according to https://facebook.github.io/react-native/versions

For open source frameworks the versions do not seem to be much indication for their maturity.


(six months into a react-native project)

RN isn't production-ready/stable yet either. They're about to do a major overhaul of the internals because of fundamental flaws that have been surfaced by the community. While it's possible to use RN in production, "stable" is a laugh... there are monthly releases and almost all of them have some kind of breaking changes, so pacing RN releases is a huge fucking hassle. For example, in the release that comes out this month (currently in RC), they changed the Native Module API so if you have any native code that exposes a JS API (and who doesn't?) you have to refactor a bunch of code. And because it's JS, the only way you get compiler errors is if you're using Flow.


Also the bug introduced in 0.55.3 where deleting from TextInput a few times make it very slow.. To fix it I have to upgrade to higher version which drops support for iOS 8 !!


they broke fetch's cookiesupport in one release...




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: