/Hands-On-Full-Stack-Development-with-Spring-Boot-2-and-React-Second-Edition

Hands-On Full Stack Development with Spring Boot 2 and React - Second Edition, published by Packt

Primary LanguageJavaScriptMIT LicenseMIT

Hands-On Full Stack Development with Spring Boot 2 and React - Second Edition

Hands-On Full Stack Development with Spring Boot 2 and React - Second Edition

This is the code repository for Hands-On Full Stack Development with Spring Boot 2 and React - Second Edition, published by Packt.

Build modern and scalable full stack applications using Spring Framework 5 and React with Hooks

What is this book about?

React Hooks have changed the way React components are coded. They enable you to write components in a more intuitive way without using classes, which makes your code easier to read and maintain. Building on from the previous edition, this book is updated with React Hooks and the latest changes introduced in create-react-app and Spring Boot 2.1.

This book covers the following exciting features: Create a RESTful web service with Spring Boot Grasp the fundamentals of dependency injection and how to use it for backend development Discover techniques for securing the backend using Spring Security Understand how to use React for frontend programming Benefit from the Heroku cloud server by deploying your application to it Delve into the techniques for creating unit tests using JUnit Explore the Material UI component library to make more user-friendly user interfaces

If you feel this book is for you, get your copy today!

https://www.packtpub.com/

Instructions and Navigations

All of the code is organized into folders. For example, Chapter10.

The code will look like the following:

return (
  <div>
    <Button variant="outlined" color="primary" style={{margin: 10}} onClick={handleClickOpen}>
      New Car
    </Button>

Following is what you need for this book: If you are a Java developer familiar with Spring, but are new to building full stack applications, this is the book for you.

With the following software and hardware list you can run all code files present in the book (Chapter 1-16).

Software and Hardware List

Chapter Software required OS required
1 Java SDK 8, Eclipse IDE (Latest version) Windows, Mac OS X, and Linux (Any)
5 Node.js (Version => 6), VS Code (Latest version) Windows, Mac OS X, and Linux (Any)
14 Heroku CLI (Latest version), Docker (Community edition) Windows, Mac OS X, and Linux (Any)

We also provide a PDF file that has color images of the screenshots/diagrams used in this book. Click here to download it.

Related products

Get to Know the Author

Juha Hinkula is a software development lecturer at Haaga-Helia University of Applied Sciences in Finland. He received an MSc degree in computer science from the University of Helsinki. He has over 15 years of industry experience in software development. Over the past few years, he has focused on modern full stack development. He is also a passionate mobile developer with Android-native technology, and nowadays also uses React Native.

Other books by the authors

Hands-On Full Stack Development with Spring Boot 2.0 and React

Suggestions and Feedback

Click here if you have any feedback or suggestions.