UNPKG

react-load-more-hook

Version:

This is a react hook to help you implement infinite scroll or load more feature on scroll to bottom of a page or element.

18 lines 405 B
{ "extends": "../tsconfig.json", "compilerOptions": { "jsx": "react", "baseUrl": ".", "outDir": "../.playground", "rootDir": ".", "sourceMap": false, "module": "system", "noImplicitAny": false, "allowSyntheticDefaultImports": true, "esModuleInterop": true }, "include": [ "**/*.tsx", "**/*.ts" ] }