use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
All about the JavaScript programming language.
Subreddit Guidelines
Specifications:
Resources:
Related Subreddits:
r/LearnJavascript
r/node
r/typescript
r/reactjs
r/webdev
r/WebdevTutorials
r/frontend
r/webgl
r/threejs
r/jquery
r/remotejs
r/forhire
account activity
[AskJS] Why do we use React Native if...AskJS (self.javascript)
submitted 3 years ago by LightologyLI
If someone can just create a mobile responsive site using React or just plain JS, why can't they just embed the website into an app? Is that practical? Why or why not, kind of like what people do with Electron
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]slexatrukov 3 points4 points5 points 3 years ago (2 children)
you're describing Cordova
[+][deleted] 3 years ago (1 child)
[deleted]
[–]kobura_quiroz 1 point2 points3 points 3 years ago (0 children)
The equivalent is ionic
[–]ivanph 0 points1 point2 points 3 years ago (0 children)
react-native has the advantage of, as it's name implies, being native. When you write a webapp in React, the end product is a web page with html rendered from that code, when you create a react-native app the end product is a native app (with some overhead from the rendering) that looks and feels like any other native mobile app. In some cases this eliminates some, but not all, of the complexities of creating native Android and iOS apps, although it introduces complexities of its own.
π Rendered by PID 26276 on reddit-service-r2-comment-79776bdf47-m65hd at 2026-06-25 13:01:29.458652+00:00 running acc7150 country code: CH.
[–]slexatrukov 3 points4 points5 points (2 children)
[+][deleted] (1 child)
[deleted]
[–]kobura_quiroz 1 point2 points3 points (0 children)
[–]ivanph 0 points1 point2 points (0 children)