-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
documentationImprovements or additions to documentationImprovements or additions to documentation
Description
Instead putting styles and tsx file inside 1 folder components. I suggest doing something like this.
`components
--commons
--pages
--views
styles
--commons
--pages
--views`
where commons are single elements (TitleBar,...) and views are containers of components and pages are groups of views.
where components will have only tsx files and styles will be used for scss files.
By doing this, if I want to fix the styling, I will to styles folder and specifically, if I want to fix an elements I will go to styles/commons.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
documentationImprovements or additions to documentationImprovements or additions to documentation