--- id: docs-component-basics title: Component Basics description: What are components? layout: docs next: component-data.html prev: syntax.html --- _Components_ are the basic units of composition in React. Components encapsulate the logic necessary to take input parameters and render markup. Components can be rendered into an existing DOM element on the page by using `React.renderComponent`: ```javascript // Replaces everything in `document.body` with