Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactor Class Components to Functional Components #98

Open
palagdan opened this issue Nov 20, 2024 · 2 comments
Open

Refactor Class Components to Functional Components #98

palagdan opened this issue Nov 20, 2024 · 2 comments

Comments

@palagdan
Copy link
Collaborator

Functional components are recommended for better performance and simplicity. They also provides hooks and are better for understanding of the component life cycle.

@blcham
Copy link
Contributor

blcham commented Nov 20, 2024

I consider it a low priority unless it brings some concrete value. We should refactor specific class components --> functional components when fixing issues/providing new features within the context of the issue.

This can be done incrementally or in combination with #97.

@blcham
Copy link
Contributor

blcham commented Nov 20, 2024

@palagdan

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants