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:
- Extracts common colors, shadows, and other constants from the styles in
src/components.js
andsrc/index.js
, and moves them into asrc/theme.js
file. - Creates a helper function to add focus rings to styled components, placing it in
src/theme.js
.
Related lessons:
- TODO
Code is licensed under the MIT license. Images are not licensed.