- Progressive Web Apps with React
- Scott Domes
- 81字
- 2021-07-08 09:36:22
Summary
We created our first stateful React component, a login form. We learned all about React components, and best practices for creating them. We then built our login form and covered how to handle changes to the form, updating our state.
Unfortunately, a login form that only logs out the email and password isn't that useful (or secure!). Our next step will be to set up the backend of our application so that users can actually create accounts and log in.