Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

Change Title In React Project

go to public folder
change title of index.html file

/*
yourApp/public/index.html (you boot the project from the App.js which is located at yourApp/App.js (same level as the public folder)
change the <title>React App</title> to <title>Whatever You Want<title> and Whatever You Want will be the new page title
*/
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #Change #Title #In #React #Project
ADD COMMENT
Topic
Name
1+4 =