UNPKG

@ryvora/react-use-is-hydrated

Version:

๐Ÿ’งโœ… Know when your React component is hydrated on the client. SSR mismatch be gone!

7 lines (5 loc) โ€ข 145 B
/** * Determines whether or not the component tree has been hydrated. */ declare function useIsHydrated(): boolean; export { useIsHydrated };