-
-
Notifications
You must be signed in to change notification settings - Fork 6.4k
feat: added new learn section with fetch examples #7499
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
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
AugustinMauroy
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.
note, undici isn't re-exposed by node so need to add a npm add undici.
|
you also need to add this news sub-section in navigation explained in CONTRIBUTING.md |
AugustinMauroy
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.
Why not making a sub-category ?
|
cc @nodejs/undici |
metcoder95
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.
Overall the examples lgtm, although I was under the impression that if the section is for fetch, maybe narrow more the guide to use fetch and how to extend it with undici?
|
Lighthouse Results
|
AugustinMauroy
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.
LGTM !
Description
Adds a new article under the getting-started section fetch.md that shows a few examples using undici.
Validation
Visit https://nodejs-org-git-fork-benhalverson-feat-fetch-openjs.vercel.app/en/learn/getting-started/fetch
Related Issues
#7492
Check List
npm run formatto ensure the code follows the style guide.npm run testto check if all tests are passing.npx turbo buildto check if the website builds without errors.