1.0.1 • Published 1 year ago

react-hydration-detect v1.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

react-hydration-detect

Usage

npm install react-hydration-detect
import useHydrationDetect from "react-hydration-detect";

export default function Index() {
  useHydrationDetect({
    onHydration: () => {
      console.log("Hydrating...");
    },
    onHydrationComplete: () => {
      console.log("Hydrated!");
    }
  });
  return <h1>Hello, World!</h1>;
}

License

MIT

1.0.1

1 year ago

1.0.0

1 year ago