JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • 0
  • Score
    100M100P100Q44408F
  • License ISC

Package Exports

  • pj-global-loader
  • pj-global-loader/dist/index.js

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (pj-global-loader) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

pj-global-loader

Here is the one-stop solution to add a global loader into your project to seamlessly run your project with all Axios requests.

Installation

Install pj-global-loader with npm

  npm install pj-global-loader

Screenshots

  • Here is the example how to use pj-global-loader into your project. App Screenshot

Usage/Examples

import Loader from 'pj-global-loader';
import axios from 'axios';

function App() {
  return <Loader axios={axios} />
}

export default App;

Authors

  • Prince Javiya