Why to Avoid Default Exports in JavaScript Modules



This content originally appeared on Level Up Coding – Medium and was authored by Zachary Lee

A deeper look into why default exports can cause issues in JavaScript


This content originally appeared on Level Up Coding – Medium and was authored by Zachary Lee