NodeJS 18 introduced some new cool features and one of the most useful ones is the built in Fetch API. What this means is that we longer need to us...
For further actions, you may consider blocking this person and/or reporting abuse
For libraries, I found a rather nice pattern to allow users to only install node-fetch if they need it:
This way, users get a helpful message if they forget to install node-fetch and you can avoid superfluous dependencies.
Thanks Andrew π¨, for sharing this information.
Can't wait to try it out on the system π.
One suggestion π. Can you explain the changes that are being introduced on the new version of fetch api compared to the previous version β.
I think it would make the blog a full packed information about the topic and would also increase the understanding of people who can't have time to look on the documentation to know about the information βΉ.
Hmm the official documentation is probably the best place to learn about it developer.mozilla.org/en-US/docs/W....
I believe that the NodeJS implemented of the fetch API is the same as the one we already use in the browser.
Thanks Andrew π,
Let me go through the documentation to know what amazing stuffs we have on this new version of
Node JS
π€Clean and Concise.πππ
Thanks much appreciated.
Glad I came across this.
Very detailed, thanks.
Well described post
Niceπ₯, Now we don't have to depend on any other library for fetching data. Btw great article , Andrew.
Wawu that was timely. You have saved me a bunch of time. Thank you!
Sure no problem.
Great article but it would have been nice if you also showed POST requests, not entirely simple GET
Hello. cool stuff & article
but how manage headers with this api ?