Increasing Access
This would help in the following ways:
- Functional based components are modern way of writing clean and concise components
- Less line of code
- Easy to read and debug
- use of
useState , useEffect and useRef hooks comes into play
- Easy to integrate with the
Redux workflow
Feature enhancement details
We should refactor the old legacy class components into more modern way Functional components