🍰 Feature-Sliced Design (FSD) is an architectural design methodology for frontend applications. It aims to divide an application according to business logic and scopes of responsibility
- Explicitness, controllability and adaptability of architecture
- Based on time-tested design practices and concepts
- Such as
SOLID,GRASP,DDD,Separation of Concerns,Vertical Slices,Public APIandIsolation
- Such as
- Project structuring according to business units
