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,
      },
    }
  )

Readme

Keywords

Package Sidebar

Install

npm i watch-fetch

Weekly Downloads

1

Version

0.0.7

License

MIT

Unpacked Size

12.7 kB

Total Files

6

Last publish

Collaborators

  • gjc9620