React Server Components allow you to write web user interfaces that can be rendered and optionally cached on the server. Sounds familiar?
It may be time to dust off the well-proven server-side rendering technologies on the Java side now that the JavaScript world seems to be catching up.
In this session, I will go through the benefits of server-side rendering and show how easy it is to do this with existing technologies in Java. Who knows, maybe I will get my hands dirty and demo some JavaScript as well for comparison.