|
|
|
|
|
by wjmao88
1553 days ago
|
|
If your whole file is semantically the default export, then why not? There are advantages with default exports, e.g. you can name it at usage site the way you want without the `:` syntax. Also some things like `React.lazy` only works with default exports. |
|