Platform Renders:
-
react-domfor the web -
react-nativefor mobile (iOS / Android) or desktop (Windows / MacOS) applications -
react-three-fiberfor 3D scenes using WebGL and Three.js
Steps in render function:
- create a DOM element
- update properties
put it in the container
We can only use JS expressions inside the {}
Top comments (0)