-
Book Overview & Buying
-
Table Of Contents
Go Full Stack with Spring Boot and React
By :
Go Full Stack with Spring Boot and React
By:
Overview of this book
Welcome to this amazing course on full-stack web development with React and Spring Boot. This course is designed to be the perfect first step as an introduction to React and full-stack development for Java and Spring developers. Zero experience with React and Modern JavaScript? No problem. Start learning now! Developing your first full-stack web application with React and Spring Boot is fun. In this course, you will learn the basics of full-stack web development developing a basic Todo management application using React, Spring Boot, and Spring Security frameworks. You will build the Todo management application step-by-step - in more than 100 steps. You will be using React (frontend framework), modern JavaScript , the Create React app (to create React projects), Spring Boot (REST API framework), Spring (dependency management), Spring Security (authentication and authorization - basic and JWT), BootStrap (for styling pages), Maven (dependencies management), Node (npm), Visual Studio Code (JavaScript IDE), Eclipse (Java IDE), and Tomcat Embedded Web Server. We will help you set up each one of these. React is a view framework providing a great deal of flexibility in integrating with a wide range of frameworks to provide a wide range of features. Spring Boot is an awesome framework that allows you to build RESTful API and microservices. Let’s combine these frameworks and create an awesome full-stack web application.
Table of Contents (11 chapters)
Introduction
Getting Started with React - Basics with Components
Next Steps with React - Building Counter Application
Combining Spring Boot and React to Build Full Stack Todo Management Application
Getting Started with Spring Boot REST API Services
Connecting Spring Boot REST API with React Frontend
Getting Started with Spring Security and Basic Auth
Getting Started with JWT
Integrating with the Backend using JPA and Hibernate
Appendix - Spring Boot in 10 Steps
First 10 Steps in JPA with H2 in-memory database