DEV Community

Yan Levin
Yan Levin

Posted on

What Do You Think About Feature-Sliced Design (FSD)?

Feature-Sliced Design (FSD) is gaining attention as a methodology for structuring frontend projects. It aims to make codebases more scalable, modular, and maintainable. But opinions on FSD vary widely.

I'm currently preparing a talk on FSD and planning to submit proposals to speak at conferences.
If you haven’t read my earlier article about FSD yet, make sure to check it out.


Some developers love its clarity and scalability for large projects, while others find the learning curve steep or wonder if it’s overkill for smaller applications. Real-world examples and practical implementation tips are often requested.

I’m curious to hear your thoughts:

  • What do you think about FSD?
  • What challenges do you face in structuring your frontend projects?
  • Are there specific problems you’d like FSD to solve?

Let’s discuss! Your feedback will help shape future conversations and resources around FSD.

Top comments (1)

Collapse
 
asmyshlyaev177 profile image
Alex

Interesting topic. I guess design should somehow reflect business logic and user flow.