Skip to content

Use Node Modules out of the box #1

Description

@jklingen92

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions