2019-12-20
2076
#electron
Kevin Hirczy
11540
Dec 20, 2019 ⋅ 7 min read

Electron IPC Response/Request architecture with TypeScript

Kevin Hirczy I make stuff. Mostly functional, occasionally shiny, stuff. nehalist.io.

Recent posts:

the replay december 10

The Replay (12/10/25): Fixing AI code, over-engineering JavaScript, and more

Fixing AI code, over-engineering JavaScript, and more: discover what’s new in The Replay, LogRocket’s newsletter for dev and engineering leaders, in the December 10th issue.

Matt MacCormack
Dec 10, 2025 ⋅ 33 sec read

How to use TOON to reduce your token usage by 60%

TOON is a lightweight format designed to reduce token usage in LLM prompts. This post breaks down how it compares to JSON, where the savings come from, and when it actually helps.

Rosario De Chiara
Dec 10, 2025 ⋅ 5 min read
Fixing AI Generated Code

Fixing AI-generated code: 5 ways to debug, test, and ship safely

Andrew Evans, principal engineer and tech lead at CarMax discusses five ways to fix AI-generated code and help you debug, test, and ship safely.

Andrew Evans
Dec 10, 2025 ⋅ 9 min read
Apple Liquid Glass LogRocket

How to create Liquid Glass effects with CSS and SVG

This tutorial walks through recreating Apple’s Liquid Glass UI on the web using SVG filters, CSS, and React. You’ll learn how to build refraction and reflection effects with custom displacement and specular maps, and how to balance performance and accessibility when using advanced filter pipelines.

Rahul Chhodde
Dec 8, 2025 ⋅ 10 min read
View all posts

13 Replies to "Electron IPC Response/Request architecture with TypeScript"

  1. The article really clarifies the best way to implement IPC in Electron with TypeScript — using channels + Promises + generic types makes the code both clear and type-safe. I think with that architecture, maintaining large apps will be much easier.

  2. As a reader, this breakdown makes Electron’s IPC feel refreshingly approachable. The request-response flow mirrors how a soundboard or sound buttons trigger actions simple, async, effective.

Leave a Reply

Hey there, want to help make our blog better?

Join LogRocket’s Content Advisory Board. You’ll help inform the type of content we create and get access to exclusive meetups, social accreditation, and swag.

Sign up now