
Mechanics of React: A Beginner's Intro To React
The React Show
00:00
React: A Tree of React Components
Your React program will be made up of a tree of React components. A child component is any React component that you return in your JSX from a React component. So when you define a React component, you should just think of it as an isolated entity that can get called one or many times. This is another important reason why you shouldn't have direct side effects in your React components.
Transcript
Play full episode