Default Exports = Bad - I Like Kill Nerds

added by JavaScript Kicks
8/1/2019 8:00:31 PM

347 Views

Hello humans. In JavaScript, the worlds most loved and internets favourite client-side language, thanks to modern ECMAScript standards, we have default and named exports. It's simple, and you have a file that exports something to be imported somewhere else. A named export is explicit and is only importable by its defined name.


0 comments