What are the two main types of components in React.js?
React has two main types of components: Class based and functional. Class components are ES6 classes that extend from React.Component, and functional components are simpler functions that return JSX.