Dark Mode

How to Send Large Data to WebWorkers Efficiently

Send large data to WebWorkers Efficiently

The idea of unblocking the main thread by offloading heavy computations to WebWorkers is fascinating to any web developer. However, sending large data to Web Workers can be a challenge, as it can cause performance issues and slow down the application. In this blog post, we will explore how to send large data to Web Workers efficiently.

Make Your Own Google Gravity Pages Easily

google zero gravity pages

Want to make your own Google zero gravity pages? This short and simple guide will demonstrate how to create your own google gravity pages

Implementing Undo-Redo Functionality in Redux using Immer

Learn how to implement undo/redo functionality in a redux reducer using Immer – an immutable library that generates patches and inverse patches that allows us to move back and forth between the changes performed in the redux reducer.