dot-dom icon indicating copy to clipboard operation
dot-dom copied to clipboard

Create a React bridge called dot-dom-compat

Open styfle opened this issue 8 years ago • 0 comments

This is a feature request to add an optional compatibility layer so that existing 3rd party React components could be rendered via dot-dom core.

For comparison, there is a lib called Preact which has a similar API to React, They have an optional preact-compat lib to convert an existing React project to Preact. It might be nice to do the same for dot-dom because this new optional layer doesn't have to be included in the size of the core lib.

Purists can still use the tiny dot-dom core lib and people who want to migrate existing apps can include the compatibility layer.

styfle avatar Feb 20 '17 19:02 styfle