<p><b>A comprehensive guide to building full stack applications covering frontend and server-side programming, data management, and web security</b><p><b>Key Features</b><p><li>Unleash the power of React Hooks to build interactive and complex user interfaces<li>Build scalable full stack applications
Full stack development with Spring Boot and React : build modern and scalable full stack applications using the power of Spring Boot and React
โ Scribed by Juha Hinkula
- Year
- 2022
- Tongue
- English
- Leaves
- 378
- Edition
- Third
- Category
- Library
No coin nor oath required. For personal study only.
โฆ Table of Contents
Cover
Title page
Copyright and Credits
Contributors
About the reviewers
Table of Contents
Preface
Part 1: Backend Programming with Spring Boot
Chapter 1: Setting Up the Environment and Tools โ Backend
Technical requirements
Installing Eclipse
Understanding Maven
Using Spring Initializr
Creating a project
Running the project
Spring Boot development tools
Logs and problem solving
Installing MariaDB
Summary
Questions
Further reading
Chapter 2: Understanding Dependency Injection
Technical requirements
Introducing DI
Using DI in Spring Boot
Summary
Questions
Further reading
Chapter 3: Using JPA to Create and Access a Database
Technical requirements
Basics of ORM, JPA, and Hibernate
Creating the entity classes
Creating CRUD repositories
Adding relationships between tables
Setting up a MariaDB database
Summary
Questions
Further reading
Chapter 4: Creating a RESTful Web Service with Spring Boot
Technical requirements
Basics of REST
Creating a RESTful web service
Using Spring Data REST
Summary
Questions
Further reading
Chapter 5: Securing and Testing Your Backend
Technical requirements
Understanding Spring Security
Securing your backend using a JWT
Testing in Spring Boot
Creating unit tests
Summary
Questions
Further reading
Part 2: Frontend Programming with React
Chapter 6: Setting Up the Environment and Tools โ Frontend
Technical requirements
Installing Node.js
Installing VS Code
VS Code extension
Creating and running a React app
Modifying a React app
Summary
Questions
Further reading
Chapter 7: Getting Started with React
Technical requirements
How to create React components
Useful ES6 features
Constants and variables
Arrow functions
Template literals
Classes and inheritance
JSX and styling
Props and state
Props
State
Stateless components
Conditional rendering
React hooks
useState
useEffect
useRef
Custom hooks
The Context API
Handling lists with React
Handling events with React
Handling forms with React
Summary
Questions
Further reading
Chapter 8: Consuming the REST API with React
Technical requirements
Using promises
Using the fetch API
Using the axios library
Practical examples
Summary
Questions
Further reading
Chapter 9: Useful Third-Party Components for React
Technical requirements
Using third-party React components
Working with AG Grid
Using the MUI component library
Managing routing in React
Summary
Questions
Further reading
Part 3: Full Stack Development
Chapter 10: Setting up the Frontend for Our Spring Boot RESTful Web Service
Technical requirements
Mocking up the UI
Preparing the Spring Boot backend
Creating the React project for the frontend
Summary
Questions
Further reading
Chapter 11: Adding CRUD Functionalities
Technical requirements
Creating the list page
The delete functionality
The add functionality
The edit functionality
Other functionalities
Summary
Questions
Further reading
Chapter 12: Styling the Frontend with MUI
Technical requirements
Using the Button component
Using the icons
Using the TextField components
Summary
Questions
Further reading
Chapter 13: Testing Your Frontend
Technical requirements
Using Jest
Firing events in tests
Understanding snapshot testing
Summary
Questions
Further reading
Chapter 14: Securing Your Application
Technical requirements
Securing the backend
Securing the frontend
Summary
Questions
Further reading
Chapter 15: Deploying Your Application
Technical requirements
Deploying the backend
Deploying the frontend
Using Docker containers
Summary
Questions
Further reading
Chapter 16: Best Practices
What to learn next
HTML
CSS
HTTP
JavaScript
A backend programming language
Some frontend libraries and frameworks
Databases
Version control
Useful tools
Security
Best practices
Coding conventions
Choosing the proper tools
Choosing the proper technologies
Minimizing the amount of coding
Summary
Questions
Further reading
Index
Other Books You May Enjoy
๐ SIMILAR VOLUMES
<p><span>Get up and running with the Spring Boot and React stack โ build an app from start to finish, test the frontend and backend, and deploy. Now with TypeScript code!</span></p><p><span>Purchase of the print or Kindle book includes a free PDF eBook</span></p><h4><span>Key Features</span></h4><ul
Full Stack Development with Spring Boot 3 and React contains a wealth of practical guidance for picking up full stack development. The step-by-step exploration of everything from dependency injection, ORM with Hibernate, and JWTs to RESTful APIs, UI styling, and TypeScript will help you to develop t
<p>Create and deploy full-stack Spring Boot applications with React and AWS. This practical and authoritative guide teaches you the fundamentals of Amazon Web Services with no prior experience.</p><p>You will start by learning the fundamentals of AWS, including EC2, S3, IAM, and load balancer. Next,