In this chapter, I continue adding features to the SportsStore application I created in Chapter 5. I add support for retrieving data from a web service, presenting larger amounts of data in pages and checking out and placing orders.
Preparing for This Chapter
No preparation is required for this chapter, which uses the SportsStore project created in Chapter 5. To start the React development tools and the RESTful web service, open a command prompt, navigate to the sportsstore folder, and run the command shown in Listing 6-1.
Tip
You can download the example project for this chapter—and for all the other ...