Allow users to create entry points in the format:
ENTRY = {
Component: 'react-component-package',
}
without having to create a wrapper component.
This would be really nice, but might not actually be practical since it is impossible to pass function props through the Django template, so intricate behavior requires a wrapper (i.e, react-modal has an onRequestClose prop which is a function).