Parallel DOM: Upgrade your DOM to be multithreaded

This page summarizes the projects mentioned and recommended in the original post on news.ycombinator.com

SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  1. zoid

    Cross domain components

    See also: https://github.com/krakenjs/zoid which allows you to present a simple interface to sites that want to embed your application and send parameters/register callbacks. All the caveats of frames still apply, of course, and scrolling glitchiness alone is a reason to avoid frames altogether... but if you absolutely need to present your application as a frame, it's a developer-friendly way to do so.

    Pdom seems to be a way to do that to yourself, if you can't trust that your content won't cause performance degradations and you absolutely want the context outside that content to stay responsive. I'd only use it, and really any frame, for components where the size is known ahead of time, though; asking a frame to resize itself to fit its contents, when its contents may themselves be resizing to the size of the frame, is a recipe for disaster. Which brings me around to why I try to avoid frames for anything user-facing when at all possible.

  2. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  3. parallel-dom-docker

    A Docker image for the "backend" of https://github.com/pdomdev/pdom

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

  • Build embeddable React widget from Nextjs

    1 project | /r/nextjs | 21 Nov 2021
  • The Benefits of Iframe Based Development

    1 project | news.ycombinator.com | 2 Nov 2021
  • Has anyone ever created a widget that can be hosted anywhere?

    1 project | /r/react | 5 Feb 2021
  • Monorepo and Micro-Frontends Using Module Federation + Vite

    2 projects | dev.to | 8 Jan 2025
  • Solved: Why ChatGPT Won't Say "Brian Hood" (Blame Regexes)

    1 project | dev.to | 10 Dec 2024

Did you know that TypeScript is
the 1st most popular programming language
based on number of references?