Created React Infinite Scroll Component which fetches data automatically on scroll and select dropdown filters
- Multi-filter dropdowns
- Infinite Scroll
- Memoized components to improve performance
- Responsive
Clone the repository
git clone https://github.com/Saksham294/react-infinite-scroll.gitNavigate and open the client folder
cd clientInstall all the dependencies using
npm iTo run the client side enter
npm start