Building the ultimate A/B testing developer experience
How a Vite hub, a Chrome extension that hijacks production scripts, and a WebSocket reload loop turned multi-client A/B testing into hot-reloadable dev work.
Tag
3 posts tagged with this.
ab-testing ·
How a Vite hub, a Chrome extension that hijacks production scripts, and a WebSocket reload loop turned multi-client A/B testing into hot-reloadable dev work.
javascript ·
How wrapping querySelector in a MutationObserver kills the FOUC in A/B tests — your variant fires the instant the target element lands in the DOM.
ab-testing ·
Five jQuery techniques that keep A/B tests under their performance budget — selector speed, caching, chaining, event delegation, and DOM-write batching.