Skip to Content
React 16 Tooling
book

React 16 Tooling

by Adam Boduch, Christopher Pitt
April 2018
Intermediate to advanced content levelIntermediate to advanced
298 pages
6h 34m
English
Packt Publishing
Content preview from React 16 Tooling

Static assets

Create React App creates a public directory for you with a few files in it. This is where static application assets go. It contains the following by default:

  • favion.ico: This is the React logo that gets displayed in browser tabs. You'll want to replace this with something representative of your application before you ship.
  • index.html: This is the HTML file that's served to browsers and the entry point of your React application.
  • manifest.json: This is used by some mobile operating systems when the application is added to the home screen.
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

Pro React 16

Pro React 16

Adam Freeman

Publisher Resources

ISBN: 9781788835015Supplemental Content