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

Replace class components with functional components #171

Open
Sandervanmaurik opened this issue Jan 31, 2024 · 0 comments
Open

Replace class components with functional components #171

Sandervanmaurik opened this issue Jan 31, 2024 · 0 comments

Comments

@Sandervanmaurik
Copy link
Contributor

In a lot of places class components are still being used. Replace these with functional components and use hooks for extracting logic. Also, in some of these class components, the state of child components is managed by the children themselves. This should be moved to the parent component, or to a context.

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

No branches or pull requests

1 participant