In this chapter, I describe the advanced features that are available for URL routing with the React-Router package. I show you how to create components that can participate in the routing process, how to navigate programmatically, how to generate routes programmatically, and how to use URL routing in components that are connected to the data store. Table
22-1 puts the advanced URL routing features in context.
Table 22-1Putting Advanced URL Routing in Context
Question | Answer |
|---|
What is it? | The advanced routing features provide programmatic access to the URL routing system. |
Why is it useful? | These features allow components ... |