Enforce React project folder structure by domain category
44
56%
Does it follow best practices?
Impact
—
No eval scenarios have been run
Passed
No known issues
This skill defines the base React project architecture to keep consistency and scalability.
The main rule is to organize by domain category inside components and api/services.
All implementations must follow this structure:
src/
components/
<category>/
<component>/
api/
services/
<category>/
<service>src/components/paises/chile/
src/api/services/customer/src/components, each first-level folder represents a category (for example: countries).chile).src/api/services, apply exactly the same category-based separation.components and api/services).This architecture helps: