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 a
postResponse
function insrc/backend.js
- Use the new
postResponse
function insrc/App.js
to submit form data, then stores the response in state so that it can be displayed.
Related lessons:
Code is licensed under the MIT license. Images are not licensed.