React Server Side Rendering(SSR)

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

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.io
featured
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
  • vike

    🔨 Like Next.js / Nuxt but as do-one-thing-do-it-well Vite plugin.

  • Now by default, Vite doesn't do SSR. One way to do Vite+SSR is to use vite-plugin-ssr. You can scaffold an example project that does SSR based on some dynamic data:

  • vite

    Next generation frontend tooling. It's fast!

  • If you want a simple React setup where the boilerplate code isn't hidden from you, you don't want Next.js, but a slicker setup. You can use for example Vite: in development mode it's a very fast development server and in production mode it bundles your code for production and disappears. And it doesn't hide from you the internals, like Next.js does, so I think it's more what your senior has in mind. See here what the React documentation says about it:

  • 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

  • [Question] Not using NuxtJS, how easy is it to render a VueJS website on the server (SSR)

    2 projects | /r/vuejs | 21 Nov 2022
  • UnoCSS: The instant on-demand Atomic CSS engine

    2 projects | dev.to | 7 Feb 2023
  • Vite Uygulamasına PWA Özelliği Nasıl Eklenir

    2 projects | dev.to | 20 Oct 2022
  • Setup React Typescript with Vite & ESLint

    1 project | dev.to | 25 Apr 2024
  • Use CSS Variables to style react components on demand

    1 project | dev.to | 16 Apr 2024