1 repo
Organizational patterns that group related code by feature domain rather than by file type.
Distinguishing note: Focuses on directory colocation strategies, distinct from general project structure guidelines.
Explore 1 awesome GitHub repository matching software engineering & architecture · Feature-Based Project Structures. Refine with filters or upvote what's useful.
Bulletproof React is an architectural guide and project boilerplate designed to standardize the development of large-scale, maintainable frontend applications. It provides a set of structural principles and organizational strategies that enforce a strict separation of concerns, ensuring that codebases remain manageable as they grow in complexity over time. The project distinguishes itself by promoting a modular design that groups related logic, components, and services into dedicated feature folders. It utilizes a composition-based approach to build user interfaces and implements a dependency
Groups related components, hooks, and services within dedicated feature folders to maintain high cohesion and simplify codebase navigation.