Function components
Answers
Answered by
0
The most obvious one difference is the syntax. A functional component is just a plain JavaScript function which accepts props as an argument and returns a React element. A class component requires you to extend from React. Component and create a render function which returns a React element.
Similar questions
Math,
4 months ago
Hindi,
10 months ago
Computer Science,
10 months ago
Physics,
1 year ago
English,
1 year ago