Skip to content

[FEATURES] Support both ESM and CommonJS, inherit parent props implicitly, and reduce package size #48

@aaronhuggins

Description

@aaronhuggins

I'm currently working on implementing the following over on my fork (https://github.com/aaronhuggins/uikit-react):

  • Support CommonJS (required for server-side rendering applications)
  • Inherit parent props implicitly (Reduces the amount of manual coding require to fully support input elements, for example)
  • Reduce package size (only package minimum set of folders and files for complete functionality)
  • May also implement Fragments to cover cases where extra parent divs are added to the dom for some components (good example for this use-case is NavbarContainer).

I'd like to open one or more pull requests as I complete this work to contribute it back, @vacarsu. Are these something you'd like to have completed? Would you like an individual PR for each item?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions