Friday, August 20, 2021

Named Exports

A good write up on why you should use named exports. I've been doing this for a while already in personal projects but good validation that this is the correct way to approach exporting JavaScript code.