I am considering various options like Ionic to build a lite version of our website. But I would love it if there is a tool/framework that can let me use the same codebase in both mobile web and (hybrid) mobile app versions.
I don't want to put efforts twice in building these 2 versions. How would you do it?
Pretty much all the JS frameworks should get the job done if combined with Cordova.
Prashant Abhishek
Co-founder at AltCampus
Don't exactly know your requirement but for general mobile apps you should take a look into React-native. You can build your site using React and you will be able to reuse a lot of components in your iOS and Android apps as well.