Chapter 8. More routing and integrating Firebase

This chapter covers

  • Using the router you built in chapter 7
  • Creating routing-related components like Router, Route, and Link
  • Working with the HTML5 History API to enable push-state routing
  • Reusing components
  • Integrating user authentication and Firebase

In the last chapter, you built a simple router from scratch in order to better understand how you can do routing with React applications. In this chapter, you’ll start to use the router you built and break up the Letters Social app into better sections. By the end of the chapter, you’ll be able to navigate around your app, view individual post pages, and perform user authentication.

How do I get the code for this chapter?

As with ...

Get React in Action now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.