The Quill Component Gallery
Every safe component the Quill blog theme exposes to MDX, rendered in one place — callouts, figures, tables, code, and more.
Author
Developer Experience engineer. Makes the inner loop fast and the docs honest.
7 posts by Sofia Alvarez.
Every safe component the Quill blog theme exposes to MDX, rendered in one place — callouts, figures, tables, code, and more.
Quill's media embeds are safe by construction — sandboxed iframes and id-validated helpers, no third-party scripts.
Stringly-typed flags are a footgun. A tiny bit of TypeScript turns typos into compile errors.
Three changes — a moment.js eviction, route-level code splitting, and tree-shaking a barrel file — cut 60% off our JS.
Stop sprinkling memo() everywhere. The Profiler tells you which components actually re-render and why.
Server Components moved data fetching off the client and shrank our JS — but the mental model took a minute.
Reviews should catch bugs and spread knowledge without becoming a bottleneck. Here is the bar we hold.