0.7.5-1 • Published 11 months ago

partytown-wix-fork v0.7.5-1

Weekly downloads
-
License
MIT
Repository
github
Last release
11 months ago

Partytown - Wix fork

This fork includes changes that are specific to Wix projects (out of scope for upstream Partytown).

Bug fixes and improvements that are not Wix specific should be done as PR to official Partytown.

How to publish new versions

Due to the recent changes in Wix OSS project policy, this project currently does not have any CI set up. CI will be set up after speaking with Security team. Falcon CI is not used because it requires yarn workspaces and the change in project structure causes a lot of issues merging upstream changes in the future, not to mention constantly evolving CI Police rules.

In order to publish a new version:

  1. Get access to publishing npm package - ask @emilisb.
  2. Make sure you are on main branch and all the changes are merged and committed.
  3. Run npm run release and follow the steps. Use prerelease version naming scheme. E.g. if the fork is based on Partytown 0.8.0, the fork version numbers should be 0.8.0-1, 0.8.0-2 and so on.

Partytown 🎉

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.

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

Community

Related Projects

  • 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

0.7.5-11

11 months ago

0.7.5-10

12 months ago

0.7.5-9

1 year ago

0.7.5-8

1 year ago

0.7.5-7

1 year ago

0.7.5-6

1 year ago

0.7.5-5

1 year ago

0.7.5-3

1 year ago

0.7.5-2

1 year ago

0.7.5-1

1 year ago