03 May, 2026
17 mins read

The mental model for ES Modules’ live bindings versus CommonJS value copies

By Kwame Osei An ESM import statement does not give you a variable — it gives you a read-only alias bound through a getter into the exporting module’s.

10 mins read

Storybook 9.0 ‘Mercury’ Removes @storybook/addon-docs Default — New Autodocs Flag Guide

Event date: March 10, 2026 — storybookjs/storybook 9.0.0 Storybook 9.0 ‘Mercury’ ships without @storybook/addon-docs in the default install.