Key app parts

CRA-based projects include the following key parts:

  • index.js: This is the main entry point, and it takes care of bootstrapping the entire application:
    ReactDOM.render(<App />, document.getElementById('root'));
  • App.js: App is the root application component and is covered next, as you learn about React components.
..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset
18.226.181.57