SDSudesh Dasinthesudeshdas.hashnode.dev·Mar 18, 2024 · 5 min readBarrel Files - What? Why? How? 🤔TLDR; Barrel files are a single point of contact when the entire app needs any file. Create different barrel files for different categories (pages, components, utils, styles). They improve the developer experience by a stretch and make code cleaner. ...00