Created
November 5, 2017 20:59
-
-
Save pablohpsilva/ff492af4ca06da4aba38236e6f8856a2 to your computer and use it in GitHub Desktop.
import-specific-vs-import-deconstructor
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// He said that importing like this: | |
import Comp1 from './dummy/Comp1' | |
// is faster than importing like this: | |
import { Comp1 } from './dummy' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment