Named vs. Default exports

Writing a short blog post about named vs. default exports in React will serve as somewhat of a sanity check for myself. (Scroll down for the tl;dr version!) ES6 provides the ability to import and export modules, and more specifically, within React this means that you...