0.0.7 • Published 5 years ago

watch-fetch v0.0.7

Weekly downloads
2
License
MIT
Repository
github
Last release
5 years ago

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

5 years ago

0.0.6

5 years ago

0.0.5

5 years ago

0.0.4

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago