In general please try to use less components. Components should be more general and not specific to a screen. If that is the case think of it as a big(which I call it compound) component and put it...
In general please try to use less components.
Components should be more general and not specific to a screen.
If that is the case think of it as a big(which I call it compound) component and put it in the compounds folder(which I recently created).
Please note that either way we still should create less components/compounds.