
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.
react-infinite-scroll-mixin
Advanced tools
Add the mixin to the array of mixins for your component and specify a fetchNextPage function to be called when the end of the page is reached. The fetchNextPage function should accept the number of the next page to fetch as an argument.
Take a look at examples/example.js to see a quick demo.
Install:
npm install react-infinite-scroll-mixin
Note:
Version 0.3.0 is made to work with React 0.14+ and you will need to install react and react-dom alongside this package.
Use:
var InfiniteScrollMixin = require('react-infinite-scroll-mixin');
The mixin makes use of the initialPage and offset properties of your component.
The initalPage property specifies the first page number passed to your fetchNextPage function (default 1). This can be used to start paging from 0 instead of one.
The offset property specifies how far from the bottom of the page the fetchNextPage function should be triggered (default 250).
I based this off of https://github.com/guillaumervls/react-infinite-scroll which is an infinite scroll addon for React.
FAQs
An infinite scroll mixin for React
We found that react-infinite-scroll-mixin demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.