Frontend Development ยท React
What is components and props in React?
React components are reusable UI units. Props are read-only inputs passed from a parent to a child so the same component can render different data and behavior.
React components are reusable UI units. Props are read-only inputs passed from a parent to a child so the same component can render different data and behavior.