react-easy-infinite-scroll-hook
Advanced tools
Comparing version 1.2.5 to 1.2.6
{ | ||
"name": "react-easy-infinite-scroll-hook", | ||
"version": "1.2.5", | ||
"version": "1.2.6", | ||
"license": "MIT", | ||
@@ -5,0 +5,0 @@ "description": "This hook allows you to create simple, lightweight components with infinite scrolling in all directions, supporting both windowed and scrollable elements.", |
@@ -21,8 +21,8 @@ # react-easy-infinite-scroll-hook | ||
- 💬 **Support for "chat history"** - Reverse mode includes | ||
- 👫 **Cross-browser** - Works out-of-the-box for most browsers, regardless of version. | ||
- ⚙️ **Matches native API** - Intuitive to use | ||
- 🛠 **Written in TypeScript** - It'll fit right into your existing TypeScript | ||
project | ||
- 📲 **Mobile-friendly** - Supports mobile devices and touch screens. | ||
- ✅ **Fully unit tested** - `100%` test coverage | ||
- 👫 **Cross-browser** - Works out-of-the-box for most browsers, regardless of version. | ||
- 📲 **Mobile-friendly** - Supports mobile devices and touch screens. | ||
- 🌳 **Tree-shakeable** - Only include the parts you use | ||
@@ -29,0 +29,0 @@ - 💥 **Lightweight** - Around `~1.9kB` |