DeepFrontend
Learning Paths
Practice
System Design & DS
Design Studio
Data Structures Curriculum
Real-World Case Studies
Careers
Job Board
Resume Builder
Blog
Sign in
Search
⌘K
Go Pro
Loading compiler resources...
React Quiz Practice
Active Recall Drill Session
← Exit Session
Question 1 of 1
easy
React
What's the main advantage of a feature-based folder structure over a type-based one (components/, hooks/, utils/)?
A
It requires fewer total files
B
A feature's related code stays colocated and can be found, modified, or deleted as a single cohesive unit
C
It automatically improves runtime performance
D
It eliminates the need for shared code entirely
Check Answer