Retained Mode vs. Immediate Mode
In retained mode, the graphics library exposes an API to the application for building/updating a scene. However, the graphics library is in charge of issuing drawing commands. In contrast, an immediate-mode API allows the application to issue the drawing commands. Retained-mode APIs abstract away initialization, state maintenance and cleanup, but uses more memory. Immediate-mode APIs allow for more targeted optimizations.
Parallel Reality™ Pixel
Conventional pixels output only a single color at any moment. Parallel Reality™ pixels can simultaneously output up to millions of controllable rays of different colors and brightness.

At some point, there were TVs which could show different content depending on the viewing angle. What happened to them? Samsung was in the news with one back in 2012 , but that TV requires special polarizing glasses. Naïvely put, the OLEDs rapidly flicker back and forth between the two views .
https://reactjs.org/ is one of the more popular retained-mode web APIs.