John Reilly MacGyver turned Dev 🌻❤️ TypeScript / ts-loader / fork-ts-checker-webpack-plugin / DefinitelyTyped: The Movie

Stories by John Reilly

Throttling Data Requests With React Hooks

Throttling data requests with React Hooks

Dev

In this tutorial, we’ll build a React Hook that enables us to gradually load data without blocking the UI of the browser.

John Reilly
Oct 21, 2020 ⋅ 9 min read
Offline Storage in PWAs

Offline storage for PWAs

Dev

IDB-Keyval is a promise-based API that enables you to persist preferences beyond page refresh in a fashion that will work both online and offline.

John Reilly
Mar 4, 2020 ⋅ 6 min read
Integrating Web Workers In A React App With Comlink

Integrating web workers in a React app with Comlink

Dev

Web workers are notoriously difficult to interact with, but Comlink makes the process much more elegant.

John Reilly
Jan 28, 2020 ⋅ 6 min read