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

Author: Juha Hinkula

Subject: COM051260 - COMPUTERS / Programming Languages / JavaScript; COM060160 - COMPUTERS / Web / Web Programming; COM060180 - COMPUTERS / Web / Web Services and APIs

Publisher: Packt Publishing (2019-05-21)

978-1-83882-326-9

Hands-On Full Stack Development with Spring Boot 2 and React ebook cover

A comprehensive guide to building full stack applications covering frontend and server-side programming, data management, and web security

Key Features

  • Unleash the power of React Hooks to build interactive and complex user interfaces
  • Build scalable full stack applications designed to meet demands of modern users
  • Understand how the Axios library simplifies CRUD operations

    Book Description

    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 starts with a brief introduction to Spring Boot. You'll understand how to use dependency injection and work with the data access layer of Spring using Hibernate as the ORM tool. You'll then learn how to...