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 layout component in
components/narrowLayoutComponent
. - Refactors all route components to use the new
<NarrowCardLayout>
component. - Removes padding from the
<Card>
component, so that it can be applied by the layout instead.
Related lessons:
- TODO
Code is licensed under the MIT license. Images are not licensed.