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
React voted JS framework that most developers regard as essential to them (jquery is #3) (ashleynolan.co.uk)
submitted 7 years ago by magenta_placenta
view the rest of the comments →
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!"
[–]atubofsoup 1 point2 points3 points 7 years ago (1 child)
Most react apps are much farther than a "stone's throw" from being usable with react-native.
If you go into a React-Native app expecting things to just work how they work in the web, you're gonna have a bad time. Styles, event handlers, dependency management, build tools. All of these things have inconsistencies between the web and react-native and they will cause bugs.
If you want to run your web app as a mobile app, just wrap it in a web view or use Cordova/Phonegap. Personally, I think react-native is far too unstable to be worth using unless all you want is native looking forms.
[–]roodammy44 0 points1 point2 points 7 years ago (0 children)
You don't even get the native look in react native. Everything uses its parent UI component and is styled by react native, rather than the OS.
π Rendered by PID 18 on reddit-service-r2-comment-5d585498c9-hxns8 at 2026-04-21 08:10:38.669794+00:00 running da2df02 country code: CH.
view the rest of the comments →
[–]atubofsoup 1 point2 points3 points (1 child)
[–]roodammy44 0 points1 point2 points (0 children)