Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What's the difference between cross-fetch and isomorphic-fetch?

cross-fetch is recommended by the Redux docs while isomorphic-fetch is recommended pretty much everywhere else. What's the difference between them?

like image 831
Charming Robot Avatar asked Feb 15 '19 00:02

Charming Robot


1 Answers

isomorphic-fetch hasn't been maintained lately. The last npm update was 4 years ago, and as of now, it has 58 open issues on GitHub.

cross-fetch was updated 4 months ago and has one open issue.

like image 196
Dan Dascalescu Avatar answered Sep 22 '22 18:09

Dan Dascalescu