Jan 16, 2024
Thank you for unearthing this! As a web developer working primarily with React, it fascinates me to see parallels in how that library attempts to divide its work between rendering, which they recommend being as pure as possible, and responding to user input. This paradigm seems to be lurking everywhere!