Ranter
Join devRant
Do all the things like
				++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
				Sign Up
			Pipeless API
 
				From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
				Learn More
			Comments
		
- 
				
				Maybe React.js and React Native then. I haven't really experimented with it myself yet as not had the opportunity to or need to. Although the concept seems like it'd be ideal for your purpose and great community support available.
- 
				
				There's this new thing called simplus.io it converts html css js into native app no webview. works on ios and android.
- 
				
				 fyroc58299yOr just build the web app however the hell you usually build a web app and then write an API for the web app... which will be pretty simple if you wrote your services correctly... then simply write the mobile app to call the web services api. fyroc58299yOr just build the web app however the hell you usually build a web app and then write an API for the web app... which will be pretty simple if you wrote your services correctly... then simply write the mobile app to call the web services api.








I want to code this application idea that I have but want it to be cross-platform in the end. Is javascript html css the way to go?
undefined