-
-
Notifications
You must be signed in to change notification settings - Fork 72
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
Code Refactoring and Reduce Redundancy in several files #68
Comments
I can work on this ....
|
@vngarg The same css file is imported with different names, userStyles, styles etc in different js components. Unify them to a single name. |
|
Yes. Change the links too, make sure to find redundancy in other files too. |
Make separate stateless/stateful function modules for frequently used React components. Separate JS file for validation function, also unified naming conventions of all the CSS files imported.
Components/Create/addPaths.js
Components/EditPath/editPath.js
etc
The text was updated successfully, but these errors were encountered: