Fresh Web Framework - A first Look

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

    The next-gen web framework.

  • Fresh is a one-of-a-kind framework that is laser-focused on performance. As was already noted, by default, it sends 0 Kb of JavaScript to the client. That is, the server does the majority of the rendering, and the client only generates small parts of the UI for interactivity known as islands.

  • TypeScript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • In this post, we'll look at the brand-new web framework fresh, a Deno-based Typescript web framework with some swanky features like utilising the islands architecture, no build step, and sending 0 Kb of JavaScript to the client by default (that's right, no JS).

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

    ⚛️ Fast 3kB React alternative with the same modern API. Components & Virtual DOM.

  • Fresh renders and templates using preact with typescript (TSX) or JSX. Therefore, learning Fresh won't be as difficult if you are already familiar with react-based frameworks.

  • deno

    A modern runtime for JavaScript and TypeScript.

  • Deno was designed by the same developer who created NodeJS, with the objective of fixing things that he wished Node could accomplish. This, however, is no longer feasible due to the widespread use of Node, so he went ahead and created a new runtime based on JavaScript, TypeScript, and WebAssembly.

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

  • ES Modules & Import Maps: Back to the Future

    5 projects | dev.to | 24 Sep 2022
  • What's Your Favorite Tech Stack and Why?

    2 projects | dev.to | 2 Apr 2024
  • 🧠 50 Articles to Level Up

    1 project | dev.to | 31 Mar 2024
  • The Road to Fresh 2.0

    1 project | news.ycombinator.com | 26 Mar 2024
  • Moving Fast: A Retrospective on Trunk-based Development

    10 projects | dev.to | 5 Jul 2023