-
Notifications
You must be signed in to change notification settings - Fork 683
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
[docs] Tutorial to create storefront component #1982
[docs] Tutorial to create storefront component #1982
Conversation
|
|
||
## Congratulations | ||
|
||
You just created a new storefront components using PWA Studio libraries and conventions. |
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 want to show that the click functionality / url_path
works by including a screenshot after click?
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.
@jcalcaben This is great. Good overview of the process from start to finish.
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.
Hit one copy/paste sample that error'd out, but looks good otherwise. Went ahead and included some other suggestions, but fix the syntax error and this is good to merge.
+ // categories is expected to be an object with a name and url_path string properties | ||
+ categories: arrayOf( | ||
+ shape:({ | ||
+ name: string, |
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.
+ name: string, | |
+ name: string.isRequired, |
Description
This is a step-by-step tutorial for creating a TagList component for a PWA Studio storefront.
Related Issue
Closes PWA-124
Acceptance
@jimbo
Verification Stakeholders
@jimbo
Specification
Verification Steps
pwa-devdocs
directorynpm run lint src/tutorials/create-tag-list-component/index.md
npm run deploy
Screenshots / Screen Captures (if appropriate)
Checklist