Show HN: Declarative-forms – await an object the way prompt() awaits a string
Summary
Declarative-forms is a library that lets you ask for a data object via a function call instead of rendering a UI component. The article shows a detailed example of a declarative form system with stacked dialogs, async options, derived values, and reactive fields, and contrasts it with traditional form libraries. It's a no-code-friendly approach aimed at settings/dialogs in internal tools, with an emphasis on code-driven configuration rather than mounting components.