Hacker News new | ask | show | jobs
by seivan 3927 days ago
Could have used React and tried to share component source between iOS, Android and Web.

I mean since you're going to fully go web, I don't see the problem in this. It's all JavaScript anyway, unless you want to start playing with the hardware APIs.

Yeah you would have to write some of the UI layer differently, but I think it isn't that much. You can wrap your own UI components to use Android/iOS/Web internally.

1 comments

That doesn't solve any of the problems they listed in the article.
> as we pushed the design envelope further on our stories, we were constantly running into the technical limitations of the app approval process. While we could develop, deploy, and—if necessary—repair new code instantly on the web, any change to our apps required re-submitting it to the app store in question.

It's possilbe that if the design changes are only on the javascript side that the app could just download those instead of them having to be sent for review.