0
React class components or functional components
When to use one instead of the other
1 Answer
+ 1
Focus on learning funtional component with React Hooks. You don't really need to learn class components for new react projects.
When to use one instead of the other