🚨 Shai-Hulud Strikes Again:834 Packages Compromised.Technical Analysis →
Socket
Book a DemoInstallSign in
Socket

@braneproject/partytown

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@braneproject/partytown

Relocate resource intensive third-party scripts off of the main thread and into a web worker.

latest
Source
npmnpm
Version
0.1.0
Version published
Maintainers
1
Created
Source

Partytown 🎉

Partytown github fit 2x
  • Introducing Partytown: Run Third-Party Scripts From a Web Worker
  • How Partytown's Sync Communication Works
  • How we cut 99% of our JavaScript with Qwik + Partytown
  • Partytown is now in Beta

A fun location for your third-party scripts to hang out

Partytown is a lazy-loaded library to help relocate resource intensive scripts into a web worker, and off of the main thread. Its goal is to help speed up sites by dedicating the main thread to your code, and offloading third-party scripts to a web worker.

The philosophy is that the main thread should be dedicated to your code, and any scripts that are not required to be in the critical path should be moved to a web worker. Main thread performance is, without question, more important than web worker thread performance. See the example page and test pages for some live demos.

Getting Started

Without Partytown and With Partytown: Your code and third-party code compete for main thread resources

Docs

Community

  • Qwik: An open-source framework designed for best possible time to interactive, by focusing on resumability of server-side-rendering of HTML, and fine-grained lazy-loading of code.
  • Mitosis: Write components once, run everywhere. Compiles to Vue, React, Solid, Angular, Svelte, and more.
  • Builder: Drag and drop page builder and CMS for React, Vue, Angular, and more.

Made with ❤️ by Builder.io

Keywords

web worker

FAQs

Package last updated on 23 Jan 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts