Question about React components
How do you decide which elements should be a component and which ones should be regular HTML in a React project? In this project I built, there are three components for the three major features of the app (saved colors, color picker, & color wheel). But it doesn't use any components for the elements within those components. I am trying to improve the project so that it is more in line with coding best practices.