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:
- Adds
styled-components
to dependencies - Moves the eslint configuration from
package.json
into.eslintrc.js
, and adds a rule to ensure the macro version of styled-components is used. - Moves the styles from
index.css
into acreateGlobalStyle
component - Moves the styles from
App.css
into css props
Related lessons:
- TODO
Code is licensed under the MIT license. Images are not licensed.