• React Digest
  • Posts
  • Web Workers, Comlink, Vite and TanStack Query

Web Workers, Comlink, Vite and TanStack Query

A great way to offload work from the main thread

Web Workers are a great way to offload work from the main thread. Comlink is a delightful way to communicate with Web Workers. TanStack Query is an awesome way to bring them together.

Meticulous AI is a tool which automatically creates and maintains a continuously evolving e2e UI test suite that covers every corner of your application – with no developer intervention required whatsoever. Backed by CTO of GitHub, Guillermo Rauch (next.js author), yc and others, it's built from the Chromium level up with a deterministic scheduling engine – making it the only testing tool that eliminates flakes.

'Wait for pending' is an interesting variation of the react@18 and react@19 Suspense algorithms. For flat async trees, 'wait for pending' allows for fast calling of render functions, and minimal re-renders. For trees with nested async components, child async components will have their initial render called slower than the react@18 algorithm.

Component, colocation, composition
10 minutes by Bobae Kang

Bobae’s take on the latest React drama and what it reveals about React's evolving strategy and ecosystem.

The Intersection Observer API allows us to easily check if two items are intersecting.

how did you like this issue?

Login or Subscribe to participate in polls.

newsletters

Would you like to become a sponsor and advertise in one of the issues? Check out our media kit and get in touch.