In this section, we will combine the Spring Boot backend and the React frontend. We will use the Spring Boot backend that we created in Section 1, Backend Programming with Spring Boot, to create a frontend with React. The frontend provides us with all of the CRUD operations.
This section covers the following chapters:
- Chapter 10, Setting Up the Frontend for Our Spring Boot Restful Web Service
- Chapter 11, Adding CRUD Functionalities
- Chapter 12, Styling the Frontend with React Material-UI
- Chapter 13, Testing Your Frontend
- Chapter 14, Securing Your Application
- Chapter 15, Deploying Your Application
- Chapter 16, Best Practices