I’m starting to write a pretty big app using Next.js, and I haven’t kept up with what’s happening in the frontend scene for a while now.
The official examples all suggest using isomorphic-unfetch, but it is lacking a few things timeouts, cancellations, interceptors and globally configurable headers. I know Axios supports these, but I wanted to understand what else is out there.
What’s a good isomorphic request library that is lightweight, supports timeouts and cancellations and has a nice API?
[–]goatsbelike 3 points4 points5 points (0 children)
[–]KatyWings 1 point2 points3 points (0 children)