§ blog · Topic · Development13 posts
Topic

Articles on Development.

Web, mobile, internal tools — pixel-accurate frontend, load-bearing backend, shipped weekly.

DevelopmentOpen SourceTypeScriptUI Components

Forge Dialog: dialogs built on the native <dialog> element, with no z-index left to hunt

An admin page needs to ask "are you sure you want to delete this?". The browser's built-in confirm can do it, but it freezes the whole page and cannot be styled; the usual replacements drag in a framework. Forge Dialog is how we solved that for our own products: no runtime dependencies, built on the native dialog element, with React, Vue and Svelte adapters inside the same package.

02/09/20269 min read