我正在尝试使用'npm run build‘命令来构建我的react应用程序,但是当我在浏览器上查看index.html文件(从build文件夹)时,它只显示了页眉和页脚。 下面是我的App.js文件中的代码: import React from 'react';
import './App.css';
import Header from './components/Header/Header';
import {BrowserRouter as Router, Switch, Route} from 'react-route
我是新的网页开发,我创建了一个反应应用,并建立了它。我将index.html重命名为react.html。在我的主index.html中,我有这个链接。
a href="react.html">react</a>
当我点击它时,它只会得到一个空白页。有什么更好的方法吗?我还将index.html放入构建文件中。
我正在用创建-反应-应用程序构建一个React应用程序。
在运行ESLint时,我得到了以下错误:
8:3 error 'document' is not defined no-undef.
我的应用程序运行时没有出错,但我在两个文件中得到了这个ESLint错误。查看其中一个.jsx文件和我的ESLint配置。
index.jsx:
import React from 'react';
import ReactDOM from 'react-dom';
import App from './App';
import '
我正面临一个自定义字体的问题。我在公共文件夹中提供了自定义字体文件(.ttf),以便在构建应用程序时,所有资源都是构建的一部分。错过的应该是什么?我找不到它。我检查过此How can i fix @fontface issue in my react application?解决方案不起作用 @font-face{
font-family: 'FrutigerLTPro';
src:url('./fonts/frutiger/FrutigerLTPro-Black.ttf') format('truetype'