-
Notifications
You must be signed in to change notification settings - Fork 15
chore: initialise repo #1
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
Conversation
jzempel
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this initial setup kind of needs to be gone through with a fine-tooth comb and further updated with content that is contextually relevant for react-containers (i.e. no CSS, Views, Elements, etc.)
6707adf to
e3750ab
Compare
jzempel
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Getting close @ryanseddon!
| "jest": true, | ||
| "BASE_PATH_NAME": true, | ||
| "PACKAGE_VERSION": true, | ||
| "COMPONENT_IDS": true |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
May not need this as containers don't expose component IDs.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@Austin94 plz weigh-in here, based on recent conversation.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@jzempel and I were discussing metrics this morning and came up with an interesting idea.
Would it be helpful to have a new data attribute specifically for the containers? i.e. data-garden-container-id and data-garden-version
This could help us identify areas where consumers have "ejected" into a container and help us identify new patterns.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yep I think that makes sense
jzempel
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Left a comment you may intend to resolve in future PRs on this repo.
Adds initial files for containers repo
Borrows heavily from react-components.