UNPKG

swr

Version:

React Hooks library for remote data fetching

9 lines (8 loc) 282 B
// `useSWR` and related APIs import { default as useSWR } from './use-swr'; export default useSWR; export * from './use-swr'; // `useSWRInfinite` export { useSWRInfinite } from './use-swr-infinite'; // Cache related, to be replaced by the new APIs export { cache } from './config';