Skip to content
This repository has been archived by the owner on Mar 26, 2021. It is now read-only.

allow imported modules to define renderComponent func #4

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

rmorshea
Copy link
Member

this function is of the form (component, elementMountPoint)
which is the same as React.render - this makes it possible for
user components to issolate themselves from the rest of the
app with different versions of React or entirely different
frameworks. the change should ideally be backward compatible.

this function is of the form (component, elementMountPoint)
which is the same as React.render - this makes it possible for
user components to issolate themselves from the rest of the
app with different versions of React or entirely different
frameworks. the change should ideally be backward compatible.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant