Hi,
I’m trying to make a SSR app with react and I don’t know where to start. I used to do this with node (expressjs) and “render to string” my react app and “place” the output in my html.
Did someone worked on a similar project? Or have an idea how to “render” the react app to a string in golang?
Thanks!