You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feature: Convert class components to functional components
Hi maintainers 👋,
I noticed that the project uses class-based components. I’d love to help modernize the codebase by converting them to functional components using React Hooks.
Benefits:
Simpler and cleaner code
Easier state and lifecycle handling with hooks
Aligns with current best practices in React
Would you be open to a contribution that starts this refactor in phases?
Happy to help or take suggestions on how to approach this!