React - Simple / Leaf Component

About

A simple component is a component that is at the leaf level of the React tree

They can be composed in composite component





Discover More
React - Component (User-defined Element)

A component is a user-defined react element in the React tree. Components let you split the UI into independent, reusable pieces, and think each piece in isolation. Conceptually, components are like...
React - Composite Component (Layout) / Container Component

React Layout / Composition - There is three methods to create a composite component from simple component / or composite (decorator) Props: via props but alsoRefs (They provide a...
React - Tree (Virtual DOM) - Component Hierarchy

The React tree is: a tree composed of React elements that implements a virtual DOM system where only the updates are applied to the real DOM (browser DOM) React element (components, html...



Share this page:
Follow us:
Task Runner