Client Component
↔ FC to render on Client dynamically
"use client"
(Next 13) Directive to opt-in to Client Component
References
"use client"
↔ (Next 13) Directive to opt-in to Client Componentrender()
↔ replace bycreateRoot()
.ReactDOM API
function to renderelement
to DOM API insidecontainer
- for Client Component only