vaadin / proposal-for-vaadin-form

Small and fast framework-agnostic library for creating forms with Web Components
Apache License 2.0
9 stars 0 forks source link

Form rendering: functional-reactive `renderer()` property #8

Open vlukashov opened 5 years ago

vlukashov commented 5 years ago

A renderer() functional property is a universal approach for reactive form rendering, independent from any library.

This approach is intended for use with the HTML-first API because a custom renderer property affecting the DOM children of a form works better with custom Web Components, than with standard DOM elements.