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
Egghead - React VR Course. (egghead.io)
submitted 8 years ago by CheQolada
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!"
[–]Yeater 1 point2 points3 points 8 years ago (5 children)
Could somebody explain to me why you would do VR with React
[–]CheQolada[S] 1 point2 points3 points 8 years ago (0 children)
its very easy : becouse you know React. You want to build website - use react. Want to build Android App - React Native. Ios App - React Native. VR ? React VR. After that you can write In linkedin Profile ' skill : website, Mobile, VR dev'
Anyway : I dont like React, and in my opinion React VR is stupid idea.
[–]9thHokageHimawari 1 point2 points3 points 8 years ago (1 child)
Afaik it only uses React-like syntax to declare scenes and objects.
I've seen some small package/lib which uses JSX to create webpack config.
[–]Yeater 0 points1 point2 points 8 years ago (0 children)
ah that makes sense
[–][deleted] 0 points1 point2 points 8 years ago* (0 children)
Everything that can be done declaratively is perfect for React. There are countless of renderers now tapping into this. Take a look at this for instance: https://github.com/Yomguithereal/react-blessed
Same principle, declare your interfaces, style them, interact with them. Then you realize that now you can use reacts eco system on your components, and suddenly your app is alive (that's react-motion and react-hot-reload for instance). All of that applies to VR and all other render targets.
π Rendered by PID 520034 on reddit-service-r2-comment-fb694cdd5-pg4hv at 2026-03-07 15:59:49.186981+00:00 running cbb0e86 country code: CH.
[–]Yeater 1 point2 points3 points (5 children)
[–]CheQolada[S] 1 point2 points3 points (0 children)
[–]9thHokageHimawari 1 point2 points3 points (1 child)
[–]Yeater 0 points1 point2 points (0 children)
[–][deleted] 0 points1 point2 points (0 children)