Example of using Next.js as static site generator together with redux
and react-redux
to be served with Spring Boot Web Thymeleaf
./mvnw clean compile spring-boot:run
./mvnw frontend:install-node-and-npm frontend:npm@npm-run-dev -Pdev
./mvnw clean frontend:install-node-and-npm frontend:npm@npm-run-export frontend:npx@npx-serve-out -Pserve
./mvnw ; java -jar target/*.jar
open http://127.0.0.1:8080
- https://www.youtube.com/watch?v=zrs7u6bdbUw
- https://medium.com/javascript-scene/do-react-hooks-replace-redux-210bab340672
- https://stackoverflow.com/a/70360521/1490636
- https://nextjs.org/docs/messages/failed-loading-swc
- netty/netty#11020
- Official Apache Maven documentation
- Spring Boot Maven Plugin Reference Guide
- Create an OCI image
- Coroutines section of the Spring Framework Documentation
- Spring Configuration Processor
- Spring Reactive Web
- Building a Reactive RESTful Web Service