I'm new to server side rendering & I want to render React components on server side and pass down it in html.
I followed this tutorial on https://spring.io/guides/tutorials/react-and-spring-data-rest/. It is still rendering on client.
I cannot find a way to do renderToString
in the thymeleaf template.
How do I do this?