Ask HN: Is React Native ready for building high quality mobile apps?
1–10 of 12 posts
Re: Ask HN: Is React Native ready for building high quality mobile apps?
#2Re: Ask HN: Is React Native ready for building high quality mobile apps?
#3Re: Ask HN: Is React Native ready for building high quality mobile apps?
#4Also interested in seeing thoughts on Ionic
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?
#5Bad: 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.
Re: Ask HN: Is React Native ready for building high quality mobile apps?
#6Also 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…
Re: Ask HN: Is React Native ready for building high quality mobile apps?
#7Re: Ask HN: Is React Native ready for building high quality mobile apps?
#8Re: Ask HN: Is React Native ready for building high quality mobile apps?
#9Good: 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.