How to make a SSR in Render?

Hey,

I am building a reactjs app. For some paths, I want to add some dynamic twitter meta tag, which requires me to read the whole HTML and add meta tags to it. How do I do this in Render, like cloud functions? Any pointers would be appreciated :pray:

Thanks,
Damon

Sounds like this would require a custom backend, as opposed to just a static site. The render docs have a variety of quickstarts for the most popular backend frameworks/languages.