Hello, I am new to netlify so my question is did it is possible to run server side rendering of react js app or nextjs in netlify because i want to send prerendered content html to client. Thanks
There isn’t an application server running at Netlify, but there are solutions using Functions.
@cassidoo wrote a blog post about this very topic here:
If you have questions after reading that, please reply here with those questions anytime and we’ll do our best to find the answers.
Thanks i will read it and if i have any doubts than ask here. Thanks for sharing
Thanks to that same post, I was able to deploy a Next.js site to Netlify with low effort. I made a video sharing my experience.