DEV Community

Discussion on: 5 Essential Practices for Front-End Developers (React Edition)

 
darshan260802 profile image
darshan260802

Agree and we can use vscode extensions such as "Import cost" to check how much code is getting imported while using this kind of exports.
I think using named exports to just import necessary part/functions from files exported like this wont be an issue.

@sufian Nice article bro , learned a lot!