Please enable JavaScript.
Coggle requires JavaScript to display documents.
React - Coggle Diagram
React
JSX
represent object
what is React element
embedding expressions in JSX
is an expression
specifying attributes, children
prevent injection attacks ???
what is JSX?
component
function and class components
rendering a component
composing components
extracting components
props are read-only
what is it?
rendering elements
what is element
rendering an element into the DOM
updating the rendered element
only updates what's necessary