We've spent the last couple of chapters getting our application completely set up for development with React. Now, let's go full steam ahead with building our application.
In this chapter, we will create our application's login page in React. By the end, you should feel comfortable with basic React syntax.
We will cover the following key React concepts:
- Separating the UI into components
- Writing JSX
- Functional components versus class components
- Component state
- Creating reusable components