I was thinking, given that Inferno and Preact both aim to support the React API – would it be in the interest of this project to add a layer to enable support of alternative rendering engines other than React? Both libraries offer compatibility packages, i.e. inferno-compat and preact-compat that aim to provide backwards support for React via alias changes.
I was thinking, given that Inferno and Preact both aim to support the React API – would it be in the interest of this project to add a layer to enable support of alternative rendering engines other than React? Both libraries offer compatibility packages, i.e.
inferno-compatandpreact-compatthat aim to provide backwards support for React via alias changes.