129. WebVR
WebVR is an experimental JavaScript API that provides access
to Virtual Reality devices, such as the Oculus Rift, HTC Vive,
Samsung Gear VR, or Google Cardboard, in your browser.
134. What is a Progressive Web App?
A Progressive Web App uses modern web capabilities to deliver an app-like user experience. They evolve from pages in browser tabs to immersive, top-level apps, maintaining the
web's low friction at every moment.
140. Next.js is a minimalistic framework for server-rendered React applications
141. Isomorphic JavaScript
JavaScript applications which run both client-side and server-side.
Isomorphic JavaScript frameworks are the next step in the evolution of
JavaScript frameworks. These new libraries and frameworks are
solving the problems associated with traditional JavaScript
frameworks.