Search icon CANCEL
Subscription
0
Cart icon
Your Cart (0 item)
Close icon
You have no products in your basket yet
Save more on your purchases! discount-offer-chevron-icon
Savings automatically calculated. No voucher code required.
Arrow left icon
All Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Newsletter Hub
Free Learning
Arrow right icon
timer SALE ENDS IN
0 Days
:
00 Hours
:
00 Minutes
:
00 Seconds
Full Stack Quarkus and React
Full Stack Quarkus and React

Full Stack Quarkus and React: Hands-on full stack web development with Java, React, and Kubernetes

Arrow left icon
Profile Icon Marc Nuri San Félix
Arrow right icon
$33.99
Full star icon Full star icon Full star icon Full star icon Full star icon 5 (8 Ratings)
eBook Nov 2022 324 pages 1st Edition
eBook
$33.99
Paperback
$41.99
Subscription
Free Trial
Renews at $12.99p/m
Arrow left icon
Profile Icon Marc Nuri San Félix
Arrow right icon
$33.99
Full star icon Full star icon Full star icon Full star icon Full star icon 5 (8 Ratings)
eBook Nov 2022 324 pages 1st Edition
eBook
$33.99
Paperback
$41.99
Subscription
Free Trial
Renews at $12.99p/m
eBook
$33.99
Paperback
$41.99
Subscription
Free Trial
Renews at $12.99p/m

What do you get with eBook?

Product feature icon Instant access to your Digital eBook purchase
Product feature icon Download this book in EPUB and PDF formats
Product feature icon Access this title in our online reader with advanced features
Product feature icon DRM FREE - Read whenever, wherever and however you want
Product feature icon AI Assistant (beta) to help accelerate your learning
OR
Modal Close icon
Payment Processing...
tick Completed

Billing Address

Description

React has established itself as one of the most popular and widely adopted frameworks thanks to its simple yet scalable app development abilities. Quarkus comes across as a fantastic alternative for backend development by boosting developer productivity with features such as pre-built integrations, application services, and more that bring a new, revolutionary developer experience to Java. To make the best use of both, this hands-on guide will help you get started with Quarkus and React to create and deploy an end-to-end web application. This book is divided into three parts. In the first part, you’ll begin with an introduction to Quarkus and its features, learning how to bootstrap a Quarkus project from the ground up to create a tested and secure HTTP server for your backend. The second part focuses on the frontend, showing you how to create a React project from scratch to build the application’s user interface and integrate it with the Quarkus backend. The last part guides you through creating cluster configuration manifests and deploying them to Kubernetes as well as other alternatives, such as Fly.io. By the end of this full stack development book, you’ll be confident in your skills to combine the robustness of both frameworks to create and deploy standalone, fully functional web applications.

Who is this book for?

This book is for backend web developers who have at least basic experience with Java and would like to learn React to build full stack apps by integrating it with a Quarkus-based backend. Frontend web developers with basic JavaScript experience will also find this book useful to learn how to implement a backend in Quarkus and integrate it with their frontend to create full stack web applications. Beginner-level knowledge of Java and JavaScript is recommended, but any developer experienced either with Java or JavaScript should be able to follow the backend and frontend parts easily.

What you will learn

  • Create a Quarkus project from scratch to gain a basic understanding of its advantages
  • Create a persistence layer in a Quarkus application
  • Secure your application by adding authentication and authorization features
  • Use Quarkus Dev services to implement integration tests with real-world databases
  • Start creating a React project from scratch
  • Use React Testing Library to test React components
  • Identify the most suitable alternatives for deploying your application to the cloud

Product Details

Country selected
Publication date, Length, Edition, Language, ISBN-13
Publication date : Nov 30, 2022
Length: 324 pages
Edition : 1st
Language : English
ISBN-13 : 9781800565159
Languages :
Tools :

What do you get with eBook?

Product feature icon Instant access to your Digital eBook purchase
Product feature icon Download this book in EPUB and PDF formats
Product feature icon Access this title in our online reader with advanced features
Product feature icon DRM FREE - Read whenever, wherever and however you want
Product feature icon AI Assistant (beta) to help accelerate your learning
OR
Modal Close icon
Payment Processing...
tick Completed

Billing Address

Product Details

Publication date : Nov 30, 2022
Length: 324 pages
Edition : 1st
Language : English
ISBN-13 : 9781800565159
Languages :
Tools :

Packt Subscriptions

See our plans and pricing
Modal Close icon
$12.99 billed monthly
Feature tick icon Unlimited access to Packt's library of 6,500+ practical books and videos
Feature tick icon Constantly refreshed with 50+ new titles a month
Feature tick icon Exclusive Early access to books as they're written
Feature tick icon Solve problems while you work with advanced search and reference features
Feature tick icon Offline reading on the mobile app
Feature tick icon Simple pricing, no contract
$129.99 billed annually
Feature tick icon Unlimited access to Packt's library of 6,500+ practical books and videos
Feature tick icon Constantly refreshed with 50+ new titles a month
Feature tick icon Exclusive Early access to books as they're written
Feature tick icon Solve problems while you work with advanced search and reference features
Feature tick icon Offline reading on the mobile app
Feature tick icon Choose a DRM-free eBook or Video every month to keep
Feature tick icon PLUS own as many other DRM-free eBooks or Videos as you like for just $5 each
Feature tick icon Exclusive print discounts
$179.99 billed in 18 months
Feature tick icon Unlimited access to Packt's library of 6,500+ practical books and videos
Feature tick icon Constantly refreshed with 50+ new titles a month
Feature tick icon Exclusive Early access to books as they're written
Feature tick icon Solve problems while you work with advanced search and reference features
Feature tick icon Offline reading on the mobile app
Feature tick icon Choose a DRM-free eBook or Video every month to keep
Feature tick icon PLUS own as many other DRM-free eBooks or Videos as you like for just $5 each
Feature tick icon Exclusive print discounts

Frequently bought together


Stars icon
Total $ 143.97
Designing Hexagonal Architecture with Java
$46.99
Full Stack Quarkus and React
$41.99
Full Stack Development with Spring Boot and React
$54.99
Total $ 143.97 Stars icon
Visually different images

Customer reviews

Top Reviews
Rating distribution
Full star icon Full star icon Full star icon Full star icon Full star icon 5
(8 Ratings)
5 star 100%
4 star 0%
3 star 0%
2 star 0%
1 star 0%
Filter icon Filter
Top Reviews

Filter reviews by




S. Boyle Apr 24, 2023
Full star icon Full star icon Full star icon Full star icon Full star icon 5
First let me say that I am a huge fan of the Quarkus framework. Having experienced the progression of developing monolithic Java EE web and enterprise applications deployed to standalone application servers towards today’s containerized, microservice-based applications deployed to a Kubernetes cluster, I can assure you that Quarkus has really elevated not only the productivity level but also the developer experience for creating modern applications.You typically associate Quarkus (and Java-based services) with backend applications and not for developing front end applications; therefore, using Quarkus to handle creating both backend and front end applications really piqued my curiosity.I really think the book did a great job at introducing the reader at understanding the key concepts of Quarkus applied to creating full stack applications. Never would I have thought it would be possible to introduce the reader at using Quarkus’ JPA persistence/Hibernate as compactly as it was done in this book - but he did!The author gives the basics of using Quarkus for its typical use case: backend micro services and then he covers React at an accelerated, yet comfortable, pace. It’s up to the reader to learn the advanced features of React elsewhere (as would be expected); but again you learn enough to be productive. Personally, I’ve typically used Node.js or Nginx for hosting JavaScript web apps; I was curious what approach the author would take within the Quarkus ecosystem. The author wraps up the book by giving you approaches for deploying your Quarkus full stack applications to popular cloud Kubernetes providers.This book’s sweet spot target audience is a small team or individual developer that needs to quickly build a full stack app. I would point out that the book covers the use of React for client rendered (SPA) applications - this is acceptable for most developers but when deploying to multiple environments (as is common for Corporate environments) this requires a bit more overhead when deploying the React application to a Kubernetes cluster.Overall this is a great book to pick up if you are a fan of Java, Quarkus and looking to extend the framework to include a front end React application. I really enjoyed the book and I would recommend it to anyone new to Quarkus and interested in how to use React with it!Disclaimer: this review is based on a copy received from the publisher. However I’ve shared my honest opinions and comments.
Amazon Verified review Amazon
Holly Feb 15, 2023
Full star icon Full star icon Full star icon Full star icon Full star icon 5
This is a useful and comprehensive book. It covers back end Java development with Quarkus, front end development with React, and also a range of deployment options, such as Kubernetes and fly.io. I help build Quarkus, so it’s a tool I know reasonably well, but I still learned lots from the Quarkus section, and it helped clarify a few things I hadn’t really understood. Similarly, I’ve been developing with React for many years, but I still learned things from the React section. For developers who are new to these technologies, the book starts at the beginning and provides a solid introduction. It makes sure to cover every step in detail, instead of assuming pre-knowledge. I was impressed by the scope of the book; it starts with nothing, and ends with a secure containerised application deployed to the cloud.Disclosures: As I mentioned, I help build Quarkus, so I’m professionally obliged to think Quarkus is great (but I’d think it’s great anyway, because it is). I was given a review copy of this book (but I was glad about that, because the book is useful!)
Amazon Verified review Amazon
Nicholas Kolatsis Sep 01, 2024
Full star icon Full star icon Full star icon Full star icon Full star icon 5
Great book! It is based on Quarkus v2 and create-react-app. I recommend following along with the same versions of libraries that the book uses and then using the latest versions / tech on your first project after completing the book. Don't make the same mistake I did and wing it with vite instead of using CRA. That will completely slow down your progression through the book.
Amazon Verified review Amazon
Juan Vazquez Mar 28, 2023
Full star icon Full star icon Full star icon Full star icon Full star icon 5
highly recommend the book "Full Stack Quarkus and React: Hands-on full stack web development with Java, React, and Kubernetes". This book is an excellent resource for developers who want to learn how to build full-stack web applications using Quarkus, React, and Kubernetes.The authors have done an excellent job of breaking down complex concepts and providing step-by-step instructions, making it easy for readers to follow along and build their own applications. The book is well-structured and starts with an introduction to the technologies and tools used in the book, followed by building a basic application using Quarkus and React.What I particularly liked about this book is that it doesn't just cover the basics. It goes into detail about building more complex applications, such as adding authentication and authorization using Keycloak, building a scalable backend with Kubernetes, and integrating with databases.Overall, "Full Stack Quarkus and React" is an excellent resource for developers who want to learn how to build full-stack web applications. The book is well-written, easy to follow, and provides plenty of hands-on exercises to help readers solidify their understanding of the concepts. I highly recommend it!
Amazon Verified review Amazon
Mohan Mar 05, 2023
Full star icon Full star icon Full star icon Full star icon Full star icon 5
A complete beginners guide and companion to step into the world of Quarkus along with React.Marc had explained clearly with examples. As mentioned in foreword, Marc is going to help a lot of developers and new comers with this book.Quarkus explained.Start with Quarkus? YesWhat is quarkus? YesBootstrapping and how it works? Yesare there working examples? YesCan we practically apply concepts explained? YesQuarkus with persistence layer.Is a sample integration for persistence layer explained? YesAre there explanations for concepts and components? YesQuarkus RESTful services along with Security.Components are explained clearly. YesSecurity layer with Quarkus explained. YesSecurity with JWT explained. YesQuarkus Unit testing.Unit testing of quarkus application. YesAre there examples. YesQuarkus deployment.Building a quarkus application. YesBuilding a native executable. YesBuilding a natvie image in Docker container. YesReact application with redux.Basics of a react application. YesBootstrapping of a react application with a material ui. YesIs redux explained. YesSome examples of React hooks and react routers. YesHow to create components and configure them. YesUI Testing using React testing library. YesReact with Quarkus.Bootstrapping react application with react. YesCRUD functionalities explained. YesPractical application example. YesDeployment of Quarkus with React in Cloud.Setting up container environment (using minikube) explained. YesBuilding a container image. YesCluster configuration explained. YesCI / CD Integrations.Using GitHub actions.Who this book is for?Professionals to quickstart their quarkus and container journey.Students who want to learn basics of a complete application development with front-end, back-end and containerized deployment including cloud.Who this is not for?Professionals who want to learn basics or advanced java.Developers who want to contribute to quarkus or react development.Why this book?Easy learning.Quick understanding of concepts.Explained with practical working examples.GitHub links for examples provided for reference.Basics for Quarkus, React, Container Deployment, Cloud Deployment.
Amazon Verified review Amazon
Get free access to Packt library with over 7500+ books and video courses for 7 days!
Start Free Trial

FAQs

How do I buy and download an eBook? Chevron down icon Chevron up icon

Where there is an eBook version of a title available, you can buy it from the book details for that title. Add either the standalone eBook or the eBook and print book bundle to your shopping cart. Your eBook will show in your cart as a product on its own. After completing checkout and payment in the normal way, you will receive your receipt on the screen containing a link to a personalised PDF download file. This link will remain active for 30 days. You can download backup copies of the file by logging in to your account at any time.

If you already have Adobe reader installed, then clicking on the link will download and open the PDF file directly. If you don't, then save the PDF file on your machine and download the Reader to view it.

Please Note: Packt eBooks are non-returnable and non-refundable.

Packt eBook and Licensing When you buy an eBook from Packt Publishing, completing your purchase means you accept the terms of our licence agreement. Please read the full text of the agreement. In it we have tried to balance the need for the ebook to be usable for you the reader with our needs to protect the rights of us as Publishers and of our authors. In summary, the agreement says:

  • You may make copies of your eBook for your own use onto any machine
  • You may not pass copies of the eBook on to anyone else
How can I make a purchase on your website? Chevron down icon Chevron up icon

If you want to purchase a video course, eBook or Bundle (Print+eBook) please follow below steps:

  1. Register on our website using your email address and the password.
  2. Search for the title by name or ISBN using the search option.
  3. Select the title you want to purchase.
  4. Choose the format you wish to purchase the title in; if you order the Print Book, you get a free eBook copy of the same title. 
  5. Proceed with the checkout process (payment to be made using Credit Card, Debit Cart, or PayPal)
Where can I access support around an eBook? Chevron down icon Chevron up icon
  • If you experience a problem with using or installing Adobe Reader, the contact Adobe directly.
  • To view the errata for the book, see www.packtpub.com/support and view the pages for the title you have.
  • To view your account details or to download a new copy of the book go to www.packtpub.com/account
  • To contact us directly if a problem is not resolved, use www.packtpub.com/contact-us
What eBook formats do Packt support? Chevron down icon Chevron up icon

Our eBooks are currently available in a variety of formats such as PDF and ePubs. In the future, this may well change with trends and development in technology, but please note that our PDFs are not Adobe eBook Reader format, which has greater restrictions on security.

You will need to use Adobe Reader v9 or later in order to read Packt's PDF eBooks.

What are the benefits of eBooks? Chevron down icon Chevron up icon
  • You can get the information you need immediately
  • You can easily take them with you on a laptop
  • You can download them an unlimited number of times
  • You can print them out
  • They are copy-paste enabled
  • They are searchable
  • There is no password protection
  • They are lower price than print
  • They save resources and space
What is an eBook? Chevron down icon Chevron up icon

Packt eBooks are a complete electronic version of the print edition, available in PDF and ePub formats. Every piece of content down to the page numbering is the same. Because we save the costs of printing and shipping the book to you, we are able to offer eBooks at a lower cost than print editions.

When you have purchased an eBook, simply login to your account and click on the link in Your Download Area. We recommend you saving the file to your hard drive before opening it.

For optimal viewing of our eBooks, we recommend you download and install the free Adobe Reader version 9.