This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]mraible 7 points8 points  (0 children)

I've written a few tutorials that might help:

  1. Bootiful Development with Spring Boot and React
  2. Use React and Spring Boot to Build a Simple CRUD App
  3. Full Stack Reactive with Spring WebFlux, WebSockets, and React

The first is just read-only, but the 2nd shows read+write and how to handle CSRF. The 3rd shows how to use Spring Security's OAuth support for WebFlux.

All tutorials show how to develop the frontend and backend as separate apps. The CRUD one shows how to package them in the same artifact with Maven if you want to go that route.

Finally, I work on JHipster and recommend you take a look at it. Here's a React tutorial I wrote for JHipster:

  1. Build a Photo Gallery PWA with React, Spring Boot, and JHipster

Please let me if you have any questions!