2. Architecture beyond HTML #
Created Monday 30 May 2022
FIXME: what is this ??
The basic architecture of React applies beyond rendering HTML in the browser. For example, Facebook has dynamic charts that render to <canvas> tags, and Netflix and PayPal use universal loading to render identical HTML on both the server and client.
Links: