Some components are/might be used in the whole app. Let's create a new folder components to store such components. Then extract reusable components from existing pages. components can contain subfolders if necessary. Besides creating common components, we also agreed on moving styles to the folders so they're stored together with the components they're used in.
Definition of done:
[ ] There's a component folder with reusable components.
[ ] All the reusable components were extracted from existing components.
[ ] Styles are stored together with the components they're used in.
Some components are/might be used in the whole app. Let's create a new folder
components
to store such components. Then extract reusable components from existing pages.components
can contain subfolders if necessary. Besides creating common components, we also agreed on moving styles to the folders so they're stored together with the components they're used in.Definition of done:
component
folder with reusable components.