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

Breaking down fat components into Smart and Dumb Components (Restructuring of Folder Structure ) #116

Open
reachaadrika opened this issue Jun 9, 2022 · 1 comment
Labels
enhancement New feature or request

Comments

@reachaadrika
Copy link

Description

Some of the components in the project are very huge and robust and can easily be broken down into small and more easy to understand as well as readable pieces of code , that would give ease of access to maintainers as well as the contributors .
This issue can act as a parent issue for several child issues too , since there are many modules that require breaking down into pieces .

Steps followed and expected result

For Example .: common-lib is one of the folders , in the packages folder , which has common UI components , that can be reused in modules , we can instead of having it in the same folder as modules have in a different place , and by this our work would be to change the routes if any in the modules , this would restructure the project , and give ease of understanding to new developers contributing to the project .

Example 2 : Many components can be broken down into frontend basic components , like atoms , molecules and pages .

THIS ISSUE CAN ACT AS A PARENT ISSUE FOR MANY OTHER ISSUES

@reachaadrika reachaadrika added the enhancement New feature or request label Jun 9, 2022
@reachaadrika
Copy link
Author

@ChakshuGautam @Shruti3004 , Kindly approve this if you feel it is a valid issue .

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

No branches or pull requests

1 participant