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

Separate framework entry points #3

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

dominikwilkowski
Copy link
Member

@dominikwilkowski dominikwilkowski commented Aug 13, 2021

This is a simple RFC but it will require a bunch of work that can be separated from the other work.
Good to keep things separated so we can move in smaller chunks

@elisechant elisechant changed the title Added RFC for separating framework entry points Separate framework entry points Dec 13, 2021
@elisechant
Copy link
Contributor

Shall we roll this in to #2 ?

@dominikwilkowski dominikwilkowski marked this pull request as ready for review December 14, 2021 03:25
```sh
.
└── packages
├── react
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

rather than packages/buttons/react ? in your example, are you proposing new npm names?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm not set on the naming. I proposed this structure because it would make dependency management across the same architecture easier. I would assume with what I propose you would only ever use the react entry point for npm which would remain unchanged. Vanilla or jquery does not use need npm packages and does not have them now.

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

Successfully merging this pull request may close these issues.

2 participants