React入门:基础知识理解-第10部分
In React, assets refer to any files or resources your app needs, such as images, fonts, stylesheets, or data files. Where you store these assets depends on how they are used in your app. Where to...
在React中,资产指应用所需的文件或资源,如图片、字体和样式表。静态资产存放在public文件夹,动态资产则在src文件夹。public用于不需处理的文件,src用于需要打包的组件文件。
