diffhtml

diffHTML is a web framework that helps you build applications and other interactive content (by tbranyen)

Diffhtml Alternatives

Similar projects and alternatives to diffhtml

  1. bun

    388 diffhtml VS bun

    Incredibly fast JavaScript runtime, bundler, test runner, and package manager – all in one

  2. SurveyJS

    JavaScript Form Builder with No-Code UI & Built-In JSON Schema Editor. Keep full control over the data you collect and tailor the form builder’s entire look and feel to your users’ needs. SurveyJS works with React, Angular, Vue 3, and is compatible with any backend or auth system. Learn more.

    SurveyJS logo
  3. WebKit

    177 diffhtml VS WebKit

    Home of the WebKit project, the browser engine used by Safari, Mail, App Store and many other applications on macOS, iOS and Linux.

  4. solid

    121 diffhtml VS solid

    Solid - Re-decentralizing the web (project directory) (by solid)

  5. solid

    57 diffhtml VS solid

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  6. marko

    43 diffhtml VS marko

    A declarative, HTML-based language that makes building web apps fun

  7. live

    Live views and components for golang (by jfyne)

  8. server-components

    A Java web SSR framework for building real-time user interfaces and UI components. (by vadimv)

  9. InfluxDB

    InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.

    InfluxDB logo
  10. solid-router

    10 diffhtml VS solid-router

    A universal router for Solid inspired by Ember and React Router

  11. morphdom

    14 diffhtml VS morphdom

    Fast and lightweight DOM diffing/patching (no virtual DOM needed)

  12. liveviewjs

    7 diffhtml VS liveviewjs

    LiveView-based library for reactive app development in NodeJS and Deno

  13. caldera-react

    3 diffhtml VS caldera-react

    Server-side execution for React 🌋

  14. solid-ui

    1 diffhtml VS solid-ui

    User Interface widgets and utilities for Solid

  15. solid-ui-react

    Discontinued React SDK using @inrupt/solid-client

  16. taper

    1 diffhtml VS taper

    Taper is a React (with SSR) and server-side-redux-like environment for Elixir+Phoenix. (by justinmcp)

  17. diffDOM

    A diff for DOM elements, as client-side JavaScript code. Gets all modifications, insertions and removals between two DOM fragments.

  18. todomvc-liveviewjs

    LiveViewJS implementation of TodoMVC App

  19. nanomorph

    1 diffhtml VS nanomorph

    🚅 - Hyper fast diffing algorithm for real DOM nodes

  20. set-dom

    1 diffhtml VS set-dom

    📑 Lightweight dom diffing with plain old html.

  21. parse-html-stream

    During the HTML streaming, capture the DOM Nodes to work with them

  22. Stream

    Stream - Scalable APIs for Chat, Feeds, Moderation, & Video. Stream helps developers build engaging apps that scale to millions with performant and flexible Chat, Feeds, Moderation, and Video APIs and SDKs powered by a global edge network and enterprise-grade infrastructure.

    Stream logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better diffhtml alternative or higher similarity.

diffhtml discussion

Log in or Post with

diffhtml reviews and mentions

Posts with mentions or reviews of diffhtml. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-02-21.
  • HTML Streaming and DOM Diffing Algorithm
    8 projects | dev.to | 21 Feb 2024
    diffhtml
  • Show HN: LiveViewJS – TypeScript back end for LiveView Apps
    9 projects | news.ycombinator.com | 11 Feb 2022
    Hi floodfx, we should chat at some point if you're on slack/discord/etc. I'm building something extremely similar and there's potential opportunity to share some code/learnings. Personally I feel this design paradigm is the real web 3.0.

    My project is https://diffhtml.org/ and I have started experimenting with middleware to bridge to server and client workers: https://github.com/tbranyen/diffhtml/pull/251. For the server worker, it uses a WebSocket to ferry the VDOM diff patches, custom events, and property access/function calls. A big goal is to allow synchronous "main thread" access from workers, including on the server-side. This would allow you to write your UI code as if you were a client side app. It does this the same way as partytown using a SharedArrayBuffer and Atomics. You can see demo source code here: https://gist.github.com/tbranyen/2f5be81cfb7b3aa1bb443c8ef13....

    I've also toyed around with hot reloading components without the need for a pre-processor like Babel, and the results are hugely promising. Stateful live UI updates from saving a component file to seeing in the browser without all the fuss with complex build steps is liberating.

    I'm probably a few months out from having a usable beta, but I'm going to follow your project closely. Thanks for sharing!

  • Solidjs – JavaScript UI Library
    9 projects | news.ycombinator.com | 29 Nov 2021
    I suggested one such idea (a diffing version of innerHTML) years ago to Mozilla. Ironically, the React team was against it and it fizzled out. In more ironic twists of events, someone eventually wrote a JS implementation of it: https://github.com/tbranyen/diffhtml/tree/master/packages/di... and nowadays people are talking about HTML-based rendering engines again, making this idea somewhat relevant once more.

    To be fair to standards bodies, they have done some work. Element.append now exists to make hyperscripts a bit more straightforward, and a lot of reactivity semantics can be implemented on top of Proxy.

  • A note from our sponsor - SurveyJS
    surveyjs.io | 15 Jul 2025
    Keep full control over the data you collect and tailor the form builder’s entire look and feel to your users’ needs. SurveyJS works with React, Angular, Vue 3, and is compatible with any backend or auth system. Learn more. Learn more →

Stats

Basic diffhtml repo stats
4
869
5.4
14 days ago

Sponsored
JavaScript Form Builder with No-Code UI & Built-In JSON Schema Editor
Keep full control over the data you collect and tailor the form builder’s entire look and feel to your users’ needs. SurveyJS works with React, Angular, Vue 3, and is compatible with any backend or auth system. Learn more.
surveyjs.io

Did you know that JavaScript is
the 3rd most popular programming language
based on number of references?