Hacker News new | ask | show | jobs
by bryanlarsen 4073 days ago
"I find the combination of CSS, HTML, and Javascript to be a disconnected burden"

React Native doesn't use CSS or HTML

"I just don't see any reason to use (Javascript)"

If you need a web app and you want to share business logic between your web app and your native clients, then Javascript (or a compile-to-Javascript language, with the corresponding trade-offs) are your only options.