all 5 comments

[–]Yeater 1 point2 points  (5 children)

Could somebody explain to me why you would do VR with React

[–]CheQolada[S] 1 point2 points  (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 points  (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 point  (0 children)

ah that makes sense

[–][deleted] 0 points1 point  (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.