@bbodek/hooks
v0.0.26
Published
```sh # with npm npm install @bbodek/hooks
Readme
@bbodek/hooks ·

Installation
# with npm
npm install @bbodek/hooks
# with yarn
yarn add @bbodek/hooksExample
import { useIsomorphicLayoutEffect } from '@bbodek/hooks';
useIsomorphicLayoutEffect(() => {
console.log('isReady');
}, []);Peer Dependencies
"peerDependencies": {
"next": "^15.3.1",
"react": "^19.1.0",
"react-dom": "^19.1.0"
}License
Licensed under the MIT license.
