React VR is based on React, a framework that allows web pages and interactive User Interfaces to built by declaration instead of programming. You build views for each state in the application, and then React will use the correct components to display that application.
Declarative views make your code easier, more robust, and easier to modify and debug.
Components use the Object-Oriented concept of encapsulation, meaning they are self-sufficient and manage their own state. You then take these components and use them to make complex UIs.
React allows developers to create applications that change over time, without having to constantly refresh a browser page. It uses the Model-View-Controller design pattern/template and can be used in combination with other JavaScript libraries, such as Angular.JS.
React was first used with Facebook's newsfeed in 2011. It...