ReactJS inside a Spring Boot Container.
Channel:
Subscribers:
11,000
Published on ● Video Link: https://www.youtube.com/watch?v=RYb9HcTNlAg
This tutorial shows how to setup a Spring Boot Project and within that have a ReactJS frontend running. When developing we want to use the built in react development web server on port 3000 which proxies to the Spring Boot Backend. This makes it possible to use the Spring Boot backend in the react frontend.
There is another way of achieving the same without ejecting the ReactJS application. The other way is by using Gradle plugins and can be watched here: https://youtu.be/2GPvZEfzy8A. The code is located in bitbucket here:
https://bitbucket.org/mikemoellernielsen/demo_springboot_react/src/master/
Other Videos By Mike Møller Nielsen
Tags:
spring
java
reactJS
spring boot
rest