class App extends Component {

  componentDidMount() {
    document.title = "VoCoin";
  }

}

 

또는

public 폴더 아래에 index.html 직접 수정

 

<title>VoCoin</title>

+ Recent posts