Glossary coding Term Page

Render

the step that reads state and produces DOM nodes or HTML strings

render #coding#javascript
Korean version

Related Concepts

Core Idea

Render is the step that reads state and produces DOM nodes or HTML strings. It usually makes the most sense alongside State, Immutability, crypto.randomUUID.

Why It Matters Here

Mathbong reuses this term across javascript posts as shared vocabulary.

Posts Mentioning This Concept