This module exports the API for the Lightning 3 Renderer. You
can import the exports from this module like so:
import { Renderer } from'@lightning/renderer';
Generally developers/frameworks using the Renderer will use the Main API to
render applications.
Do not confuse the Main API with the Core API which is used to extend
capabilities of the Renderer. The Main API code always runs from the main
thread.
Lightning 3 Renderer API
Remarks
This module exports the API for the Lightning 3 Renderer. You can import the exports from this module like so:
Generally developers/frameworks using the Renderer will use the Main API to render applications.
Do not confuse the Main API with the Core API which is used to extend capabilities of the Renderer. The Main API code always runs from the main thread.