An SSR Framework in 37 Lines of Code

This page summarizes the projects mentioned and recommended in the original post on dev.to

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
  • slim-ssr

    A server-side rendering implementation written in 37 lines of code.

  • Finally, the source code (along with a demo) for the SSR implementation can be found in this GitHub repo.

  • lit

    Lit is a simple library for building fast, lightweight web components.

  • Pulling inspiration from Lit (a framework for building web components), the templating of slim-ssr could be vastly improved via "directives."

  • 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
  • Express

    Fast, unopinionated, minimalist web framework for node.

  • Another thing you might notice is that Express is being used as the underlying server. For slim-ssr, this keeps things simple and gives a solid groundwork to build on top of, but it could be easily switched out for another server or server framework.

  • emmet

    The essential toolkit for web-developers

  • Emmet support inside tagged templates can also be enabled in VS Code by changing the "Emmet: Include Languages" setting and adding mappings for "javascript": "html" and "typescript": "html".

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

  • The new wave of Javascript web frameworks

    4 projects | /r/programming | 24 Sep 2022
  • Rapid Prototyping with Flask, Bootstrap and Secutio

    4 projects | dev.to | 30 Jan 2024
  • Web Components Aren't Framework Components

    2 projects | news.ycombinator.com | 11 Dec 2023
  • newbie, wanna jump from inside one html tag to the inside of another as quickly as possible

    1 project | /r/vim | 6 Dec 2023
  • HTML Web Components

    14 projects | news.ycombinator.com | 13 Nov 2023