Facebook Engineering Blog
Building virtual reality experiences on the web with React VR

Building virtual reality experiences on the web with React VR

4/18/2017 · Andrew Imm

What this post added

This post introduces React VR, a new library that allows developers to build virtual reality experiences using standard web technologies and JavaScript. It extends the declarative programming style of React and React Native to 3D environments, enabling the creation of immersive VR content accessible on web browsers, mobile phones, and PCs. The library leverages WebGL and WebVR, and its architecture is built upon React Native principles, utilizing web workers for performance optimization. This initiative democratizes VR content creation by lowering the barrier to entry for web developers.

Read the original post ↗