DOM in React Js | What is DOM | DOM structure | What is Logical Tree like Structure | What is nodes?

Опубликовано: 25 Март 2026
на канале: Code with Ghan!
34
1

DOM in React Js | What is DOM | DOM structure | What is Logical Tree like Structure | What is nodes?

Dom - full form is document Object Model The browser construct a logical tree like structure from HTML to show the user on request in Client Side Means when user request any page browser construct a logical tree like structure from HTML code. This tree like structure is called DOM.

1) Dom is an interface so that JavaScript and other programming languages can programmatically interact , manipulate can access with document content.
2) Dom is cross platform (various operating systems or devices) and language independent.
3) Dom nodes are HTML tages.

Github URL : https://github.com/javascriptwithghan/
Website Link: https://codewithghan.com/what-is-dom/