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
£9.99 per month
Full star icon Full star icon Full star icon Full star icon Full star icon 5 (8 Ratings)
Paperback Nov 2022 324 pages 1st Edition
eBook
£25.99
Paperback
£31.99
Subscription
Free Trial
Renews at £9.99p/m
Arrow left icon
Profile Icon Marc Nuri San Félix
Arrow right icon
£9.99 per month
Full star icon Full star icon Full star icon Full star icon Full star icon 5 (8 Ratings)
Paperback Nov 2022 324 pages 1st Edition
eBook
£25.99
Paperback
£31.99
Subscription
Free Trial
Renews at £9.99p/m
eBook
£25.99
Paperback
£31.99
Subscription
Free Trial
Renews at £9.99p/m

What do you get with a Packt Subscription?

Free for first 7 days. £13.99 p/m after that. Cancel any time!
Product feature icon Unlimited ad-free access to the largest independent learning library in tech. Access this title and thousands more!
Product feature icon 50+ new titles added per month, including many first-to-market concepts and exclusive early access to books as they are being written.
Product feature icon Innovative learning tools, including AI book assistants, code context explainers, and text-to-speech.
Product feature icon Thousands of reference materials covering every tech concept you need to stay up to date.
Subscribe now
View plans & pricing

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 : 9781800562738
Languages :
Tools :

What do you get with a Packt Subscription?

Free for first 7 days. £13.99 p/m after that. Cancel any time!
Product feature icon Unlimited ad-free access to the largest independent learning library in tech. Access this title and thousands more!
Product feature icon 50+ new titles added per month, including many first-to-market concepts and exclusive early access to books as they are being written.
Product feature icon Innovative learning tools, including AI book assistants, code context explainers, and text-to-speech.
Product feature icon Thousands of reference materials covering every tech concept you need to stay up to date.
Subscribe now
View plans & pricing

Product Details

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

Packt Subscriptions

See our plans and pricing
Modal Close icon
£9.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
£99.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
£139.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 £ 109.97
Designing Hexagonal Architecture with Java
£35.99
Full Stack Quarkus and React
£31.99
Full Stack Development with Spring Boot and React
£41.99
Total £ 109.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

What is included in a Packt subscription? Chevron down icon Chevron up icon

A subscription provides you with full access to view all Packt and licnesed content online, this includes exclusive access to Early Access titles. Depending on the tier chosen you can also earn credits and discounts to use for owning content

How can I cancel my subscription? Chevron down icon Chevron up icon

To cancel your subscription with us simply go to the account page - found in the top right of the page or at https://subscription.packtpub.com/my-account/subscription - From here you will see the ‘cancel subscription’ button in the grey box with your subscription information in.

What are credits? Chevron down icon Chevron up icon

Credits can be earned from reading 40 section of any title within the payment cycle - a month starting from the day of subscription payment. You also earn a Credit every month if you subscribe to our annual or 18 month plans. Credits can be used to buy books DRM free, the same way that you would pay for a book. Your credits can be found in the subscription homepage - subscription.packtpub.com - clicking on ‘the my’ library dropdown and selecting ‘credits’.

What happens if an Early Access Course is cancelled? Chevron down icon Chevron up icon

Projects are rarely cancelled, but sometimes it's unavoidable. If an Early Access course is cancelled or excessively delayed, you can exchange your purchase for another course. For further details, please contact us here.

Where can I send feedback about an Early Access title? Chevron down icon Chevron up icon

If you have any feedback about the product you're reading, or Early Access in general, then please fill out a contact form here and we'll make sure the feedback gets to the right team. 

Can I download the code files for Early Access titles? Chevron down icon Chevron up icon

We try to ensure that all books in Early Access have code available to use, download, and fork on GitHub. This helps us be more agile in the development of the book, and helps keep the often changing code base of new versions and new technologies as up to date as possible. Unfortunately, however, there will be rare cases when it is not possible for us to have downloadable code samples available until publication.

When we publish the book, the code files will also be available to download from the Packt website.

How accurate is the publication date? Chevron down icon Chevron up icon

The publication date is as accurate as we can be at any point in the project. Unfortunately, delays can happen. Often those delays are out of our control, such as changes to the technology code base or delays in the tech release. We do our best to give you an accurate estimate of the publication date at any given time, and as more chapters are delivered, the more accurate the delivery date will become.

How will I know when new chapters are ready? Chevron down icon Chevron up icon

We'll let you know every time there has been an update to a course that you've bought in Early Access. You'll get an email to let you know there has been a new chapter, or a change to a previous chapter. The new chapters are automatically added to your account, so you can also check back there any time you're ready and download or read them online.

I am a Packt subscriber, do I get Early Access? Chevron down icon Chevron up icon

Yes, all Early Access content is fully available through your subscription. You will need to have a paid for or active trial subscription in order to access all titles.

How is Early Access delivered? Chevron down icon Chevron up icon

Early Access is currently only available as a PDF or through our online reader. As we make changes or add new chapters, the files in your Packt account will be updated so you can download them again or view them online immediately.

How do I buy Early Access content? Chevron down icon Chevron up icon

Early Access is a way of us getting our content to you quicker, but the method of buying the Early Access course is still the same. Just find the course you want to buy, go through the check-out steps, and you’ll get a confirmation email from us with information and a link to the relevant Early Access courses.

What is Early Access? Chevron down icon Chevron up icon

Keeping up to date with the latest technology is difficult; new versions, new frameworks, new techniques. This feature gives you a head-start to our content, as it's being created. With Early Access you'll receive each chapter as it's written, and get regular updates throughout the product's development, as well as the final course as soon as it's ready.We created Early Access as a means of giving you the information you need, as soon as it's available. As we go through the process of developing a course, 99% of it can be ready but we can't publish until that last 1% falls in to place. Early Access helps to unlock the potential of our content early, to help you start your learning when you need it most. You not only get access to every chapter as it's delivered, edited, and updated, but you'll also get the finalized, DRM-free product to download in any format you want when it's published. As a member of Packt, you'll also be eligible for our exclusive offers, including a free course every day, and discounts on new and popular titles.