pranshushah / http-pro-isomorphic

http-pro library that works on both node and browser

Home Page:https://http-pro.netlify.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

http-pro-isomorphic

Usage:

  • SSR support.
  • isomorphic code across all environment.
  • built on top of node-fetch, so it is tried and tested for node environment.

Requirements :

  • Node v>=16
  • Browser - checkout MDN docs.

Installation:

npm install http-pro @http-pro/isomorphic 

Docs:

Note:

  • If you are working with node v18 you don't need to use this library. you can just use http-pro instead.
  • before raising an issue make sure that issue is not related to node-fetch.

About

http-pro library that works on both node and browser

https://http-pro.netlify.app/


Languages

Language:JavaScript 100.0%