watch-fetch

0.0.7 • Public • Published

react-string-template

react-string-template is simple string template with react

install

npm i --save watch-fech

  watchedFetchAPI = watchFetch(
    new FetchAPI({
      middlewares: [],
    }),
    {
      parser: (performance, config) => {
        const { startTime, endTime, request, response } = performance;
        const { a, b } = config;
        console.log(performance);
      },
      config: {
        a: 1,
        b: 2,
      },
    }
  )

/watch-fetch/

    Package Sidebar

    Install

    npm i watch-fetch

    Weekly Downloads

    2

    Version

    0.0.7

    License

    MIT

    Unpacked Size

    12.7 kB

    Total Files

    6

    Last publish

    Collaborators

    • gjc9620