© 2026 LinearBytes Inc.
Search posts, tags, users, and pages
Vishwa Bhat
Technology Enthusiast
I heavily use Component Diagram while building in React/Vue. Not for "documenting" it but just to understand component hierarchy.
And, I didn't come across any clients as such who demanded UML diagrams for frontend though
TheSheriff
Co-Founder, Founder, Entrepreneur & Problem Solver
Would not proper folder structure sort this out? Following a more atomic design pattern?
Folder structure wouldn't signify much because atomic components wouldn't deserve to have their own folders, right. If I scribble down this hierarchy somewhere during dev, it helps me alot when I revisit that project after certain time.