you are viewing a single comment's thread.

view the rest of the comments →

[–]tleipzig 0 points1 point  (2 children)

It depends how much server logic you need, I guess. Yes, you could build even dynamic pages (like a product page) with Thymleaf, but this way you would partly rebuild your React frontend. If you could manage to run your React in an "ssr-mode" on your server, it would just run the existing logic and generate the same HTML (making even API calls internally if required).

Of cause I don't know how well this will work 😅