Hacker News new | past | comments | ask | show | jobs | submit login

What do you use for the new fetch api on node?




I don't use it on Node but this syntax is great on react native.


node-fetch is one option, but I go with isomorphic-fetch[0] (since it can be run client-side via Babel).

[0] https://github.com/matthew-andrews/isomorphic-fetch


fyi isomorphic-fetch is just a universal wrapper around node-fetch and github-fetch




Consider applying for YC's Summer 2025 batch! Applications are open till May 13

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: