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

Fix: Remove unused value used in React #101

Open
1 task
SirrorsMoore1975 opened this issue Nov 13, 2023 · 0 comments
Open
1 task

Fix: Remove unused value used in React #101

SirrorsMoore1975 opened this issue Nov 13, 2023 · 0 comments

Comments

@SirrorsMoore1975
Copy link
Contributor

Many useState has values declared, but either some are left with no alter or not being used. This is a bad practice, even for many other programming languages other than Javascripts / ReactJS.

  • Remove unused useState values that has not been used in all the jsx files in client/src/{components, pages}/*.jsx
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