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

Source code

The src directory created by create-react-app is the most important part of your application. This is where any React components you create will live. Out of the box, this directory has some source files in it to get you on your way, though you'll obviously replace the majority of them as you move forward. Here's what you'll find by default:

  • App.css: This defines some simple CSS to style the App component
  • App.js: This is the default component that renders the application HTML
  • App.test.js: This is a basic test for the App component
  • index.css: This defines application-wide styles
  • index.js: This is the entry point into your application—renders the App component
  • logo.svg: An animated React logo that's rendered by the App component ...
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