Live data from Hacker News

Ask HN: Is React Native ready for building high quality mobile apps?

news.ycombinator.com

1–10 of 12 posts

Ask HN: Is React Native ready for building high quality mobile apps?

#1
The showcase apps for React Native doesn't have very many rich & complex mobile apps (except for Facebook's own apps, but we don't really know how much of those apps are actually React Native based). NativeScript showcase page is even worse. So, I thought of asking HNers what their experience with RN (or NativeScript) has been. If you were starting a new mobile app startup, would you bet on React Native or NativeScript? If not, what are the main reasons against it?

Re: Ask HN: Is React Native ready for building high quality mobile apps?

#4
post #3

Also interested in seeing thoughts on Ionic

I haven't built anything complex or production ready with Ionic, but I have played around with it a bit to see it's value.

I really feel like Ionic should be a bit more up front about some of the additional dependencies you may need to get it going (Android SDK and NDK are the only ones that stick out in my mind, but I remember it being a pain in the butt), but other than that, it's pretty neat.

I hacked together a quick and dirty Android app based on the Angular/Firebase TodoMVC web app; it took about 2 hours because of some of the configuration, but I got it to work on my phone.

The styling was not the best or at least not what you would expect from a mobile application. I do know that Ionic comes with built in widgets like tabs and stuff. If you are already familiar with Angular and UI Router, it's not too difficult to use. I just had a hard time with setting up the proper dependencies.

Re: Ask HN: Is React Native ready for building high quality mobile apps?

#6
post #3

Also interested in seeing thoughts on Ionic

I haven't built anything complex or production ready with Ionic, but I have played around with it a bit to see it's value. I really feel like Ionic should be a bit more up front about some of the additional dependencies you may need to get it going (Android SDK and NDK are the only ones that stick out in my mind, but I remember it being a pain in the butt), but other than that, it's pretty neat. I hacked together a q…

[deleted]

Re: Ask HN: Is React Native ready for building high quality mobile apps?

#9
post #5

Good: User interface declared as a pure function of state. Bad: Doing that in a language without a moderately competent type system. Would be interested in a Swift port, using plain old structs instead of tags.

Flow is not only completely supported, but entirely recommended. And it's type system is excellent, so I'm not sure what you mean?
Post reply on HN