How do I implement server side rendering in a React.js app?

This page summarizes the projects mentioned and recommended in the original post on /r/reactjs

Our great sponsors
  • SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • vercel

    Develop. Preview. Ship.

  • I did want to note that this isn't just a code change. Your infrastructure will likely need to change as well since pure React apps are often statically hosted, whereas a SSR app needs a node server or, if you want to support all the features of NextJS, a hosting platform like Vercel (which I also recommend).

  • rendertron

    Discontinued A Headless Chrome rendering solution

  • GoogleChrome/Rendertron proxy https://github.com/GoogleChrome/rendertron.

  • SurveyJS

    Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App. With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.

    SurveyJS logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts