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 form in
src/App.js
, with its state stored in hooks. - Displays a message when the form is submitted.
Related lessons:
- Let's build a form
- What are hooks anyway?
- Convert a class component to use hooks
- Multiple hooks and conditional state
- Live exercise: Storing form state
Code is licensed under the MIT license. Images are not licensed.