Steps to follow while converting Class Based Components to Functional Based Components
Here are some steps to remember while converting class-based components to functional components in React:
When converting a class-based component to a functional component in React, you should replace the class keyword with the function keyword and...