Edit this page on GitHub
import {addEffect, // Adds a global callback which is called each frameaddTail, // Adds a global callback which is called when rendering stopsinvalidate, // Forces view global invalidationextend, // Extends the native-object cataloguecreatePortal, // Creates a portal (it's a React feature for re-parenting)render, // Internal: Renders three jsx into a sceneunmountComponentAtNode, // Internal: Unmounts root sceneapplyProps, // Internal: Sets element properties} from "react-three-fiber";