pengwk / blog

用 Issue 的方式写博客
0 stars 0 forks source link

前端小白 #20

Open pengwk opened 5 years ago

pengwk commented 5 years ago

导入的疑问

import React, { Component } from 'React';

加不加花括号有什么区别?

Ans:

不加花括号导出默认导出的东西,命名随意。一个模块只能有一个默认导出。 加花括号可能导出所有在模块里导出的东西。

https://stackoverflow.com/questions/36795819/when-should-i-use-curly-braces-for-es6-import/36796281#36796281

pengwk commented 5 years ago

https://www.webpagetest.org/