Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use Node Modules out of the box #1

Open
jklingen92 opened this issue May 13, 2019 · 0 comments
Open

Use Node Modules out of the box #1

jklingen92 opened this issue May 13, 2019 · 0 comments
Assignees

Comments

@jklingen92
Copy link
Contributor

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).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants