rfcs icon indicating copy to clipboard operation
rfcs copied to clipboard

RFCs for changes and ideas in relation to Preact

Results 2 rfcs issues
Sort by recently updated
recently updated
newest added

## Summary Currently, apps can specify a 3rd parameter to `render`. ```jsx render(, document.body, document.body.firstChild); ``` This RFC proposes removing support for the 3rd parameter. However, we do appreciate the...

v11
candidate

## Summary Currently, Preact supports numerical values to style properties where the DOM expects strings with units, for example ``. This RFC proposes moving this behavior to the preact/compat sub-package,...

v11
candidate