This is the companion repository to React, Firebase & Bacon -- a complete guide to building a real-world app with React.
Each branch within this repository contains code for one or more steps within the course. See an outline and installation instructions at the master branch »
This step makes the following changes:
- Add a
routes
directory, with components that render the content for individual routes. - Add a
utils
directory, to hold vanilla JavaScript helper code that may be shared between different routes and components. - Add a routing switch function in
App.js
, and use it to decide what to render.
Related lessons:
- TODO
Code is licensed under the MIT license. Images are not licensed.