spring-attic / tut-react-and-spring-data-rest

React.js and Spring Data REST :: A tutorial based on the 5-part blog series by Greg Turnquist
https://spring.io/guides/tutorials/react-and-spring-data-rest
883 stars 1.58k forks source link

If anybody needs this tutorial working with latest (March 2024) Spring Boot 3.2.3 and React 18.2.0... #145

Open zlelik opened 5 months ago

zlelik commented 5 months ago

If anybody needs this tutorial working with latest (March 2024) Spring Boot 3.2.3 and React 18.2.0, then you can find it here https://github.com/zlelik/tut-react-and-spring-data-rest-upgraded

any comments much appreciated. The problem is that this tutorial from 2020 and does not work with the latest versions.

imbrandonkinard commented 5 months ago

This is super helpful. Thanks for sharing!

zlelik commented 5 months ago

This is super helpful. Thanks for sharing!

You are welcome. I spent quite sometime upgrading it and making it working.

chayawit commented 4 months ago

Thank you! I think it is also worth mentioning that node and npm version we put in pom should match what we have on the local machine or we would get an error like in this Stack Overflow question.

A comment in the pom file reminding readers to npm -v and node --version to put in the right version here would be nice.