Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upKeep component folder hierarchy flat #397
Closed
Labels
Comments
|
We can make this backwards compatible by moving the files and keeping the old files which simply re-export from the new path. |
Closed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Keeping component directory flat and the names singular. I think in the long run it might be a more understandable structure for importing/navigating to have the components be in a flat level instead of within nested folders within the components directory. Might be subjective but I find myself drilling down into and out of folders a lot.
Few Examples
components/buttonsIndicators/button→components/buttondataTables/table→tablepopupModals/alertBox→alertBoxpopupModals/modal→modal