Making servers React
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 ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access