In Part 1 of this book, I created the SportsStore application to demonstrate how different React features can be combined with other packages to create a realistic application. In this part of the book, I dig into the detail of the built-in React features. In this chapter, I describe the structure of a React project and explain the tools that are provided for developers and the process by which code and content is compiled, packaged, and sent to the browser. Table
9-1 puts this chapter in context.
Table 9-1Putting React Projects in Context
Question | Answer |
|---|
What are they? | The create-react-app package is used ... |