Introduction
Default exports let you send one main thing from a file so others can use it easily.
When you want to share a single main function from a file.
When you have one main component in a React file.
When you want to keep your import statements simple.
When you want to rename the import easily without curly braces.
When you want to organize code by exporting one main item per file.