Live data from Hacker News

Is it worth getting into React Native now or should I wait?

news.ycombinator.com

1–5 of 5 posts

Re: Is it worth getting into React Native now or should I wait?

#5
The answer, as with (almost) anything in software development, is it depends.

I jumped right into it because I am building an isomorphic React website for a community - using React Native just makes supreme sense for this use case since I can reuse my React service code across my backend, web frontend, and iOS (and Android whenever React Native adds support).

It may not be the perfect solution to every problem, but it works so nicely for me since I am doing this on the side with only junior developers & a mid/senior developer to help. There is no reason for me to reinvent the wheel here.