You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
styfle
changed the title
Create a dot-dom-compat
Create a compatibility layer for React called dot-dom-compat
Feb 20, 2017
styfle
changed the title
Create a compatibility layer for React called dot-dom-compat
Create a React bridge called dot-dom-compat
Feb 20, 2017
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.The text was updated successfully, but these errors were encountered: