I use my own .NET web server and would like to pre-render web pages which are build on React.js. I was seaking a way to do it, but the only way I found is to use helper methods for ASP's Rasor renderer.
Is there a good known way to render React.js DOM as string with pure C#?