I'm a developer who primarily codes in Ruby. I'm working on a side project that will be mostly CRUD and have no DOM updates. The application will need to support web, mobile, and tablet. I'm considering using React so I can use React Native but I'm afraid I'm adding a level of unnecessary complexity.
Originally, I was planning to use web views and wrapping them in native components (navigation, specific ui elements) like Basecamp does (described here: https://signalvnoise.com/posts/3743-hybrid-sweet-spot-native...).
I'm proficient with Java and Javascript. My experience with js frameworks is mostly with jQuery and Angular but I've created toy apps in React.
Time is a limiting factor since this is a side project. My goal is to turn this side project into a business, not learn new technical skills. Ruby and Rails is very comfortable for me.
What do you think? Should I learn RN or just stick with Rails?