Pmndrs.docs

Additional Exports

exportusage
addEffectAdds a global render callback which is called each frame
addAfterEffectAdds a global after-render callback which is called each frame
addTailAdds a global callback which is called when rendering stops
invalidateForces view global invalidation
advanceAdvances the frameloop (given that it's set to 'never')
extendExtends the native-object catalogue
createPortalCreates a portal (it's a React feature for re-parenting)
renderRenders three JSX into a canvas
unmountComponentAtNodeUnmounts root scene
eventsDom pointer-event system
applyPropsapplyProps(element, props) sets element properties,
actusage with react-testing