github wellyshen/react-cool-inview v3.0.0

latest release: v3.0.1
2 years ago

💥 Breaking Change

  • Use named export instead of default export to import the hook.
- import useInView from "react-cool-inview";
+ import { useInView } from "react-cool-inview";

✨ New Feature

  • Supports InView component, see the example to learn more (thanks to @max-sym)

Don't miss a new react-cool-inview release

NewReleases is sending notifications on new releases.