filmov
tv
What Are React Elements? - ReactJS MicroBytes (2020)

Показать описание
Elements are the smallest building blocks of React apps. An element describes what you want to see on the screen.
Don't confuse these React elements with browser DOM elements. Unlike browser DOM elements, React elements are plain JavaScript objects, and they are cheap to create. The React virtual DOM takes care of updating the actual DOM to match the React elements.
Also, don't confuse these elements with components. We will go over components in another video. But elements are what components are made of.
To render a React element into a root DOM node, pass both to ReactDOM.render().
_____________________________________
📚 Learn to CODE in just a FEW months here:
_____________________________________
🛠️ Tools I use:
_____________________________________
💖 Show support!
_____________________________________
Watch Next:
_____________________________________
Connect With Me:
_____________________________________
** Affiliate Disclaimer: Some of the above links may be affiliate links, which may generate me a sales commission at no additional cost to you.
#codeSTACKr #React #ReactJS
Don't confuse these React elements with browser DOM elements. Unlike browser DOM elements, React elements are plain JavaScript objects, and they are cheap to create. The React virtual DOM takes care of updating the actual DOM to match the React elements.
Also, don't confuse these elements with components. We will go over components in another video. But elements are what components are made of.
To render a React element into a root DOM node, pass both to ReactDOM.render().
_____________________________________
📚 Learn to CODE in just a FEW months here:
_____________________________________
🛠️ Tools I use:
_____________________________________
💖 Show support!
_____________________________________
Watch Next:
_____________________________________
Connect With Me:
_____________________________________
** Affiliate Disclaimer: Some of the above links may be affiliate links, which may generate me a sales commission at no additional cost to you.
#codeSTACKr #React #ReactJS
Комментарии