REDROOM
PHP 8.2.30
Path:
Logout
Edit File
Size: 625 B
Close
/proc/thread-self/root/home/byroehnu/.trash/node_modules11/use-isomorphic-layout-effect/README.md
Text
Base64
# use-isomorphic-layout-effect A React helper hook for scheduling a layout effect with a fallback to a regular effect for environments where layout effects should not be used (such as server-side rendering). ## Installation ```sh $ npm i use-isomorphic-layout-effect ``` ## Usage You only need to switch `useLayoutEffect` with `useIsomorphicLayoutEffect` ```diff + import useIsomorphicLayoutEffect from 'use-isomorphic-layout-effect'; - import { useLayoutEffect } from 'react'; const YourComponent = () => { + useIsomorphicLayoutEffect(() => { - useLayoutEffect(() => { // your implementation }, []); }; ```
Save
Close
Exit & Reset
Text mode: syntax highlighting auto-detects file type.
Directory Contents
Dirs: 1 × Files: 3
Delete Selected
Select All
Select None
Sort:
Name
Size
Modified
Enable drag-to-move
Name
Size
Perms
Modified
Actions
dist
DIR
-
drwxr-xr-x
2026-02-28 00:28:16
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
LICENSE
1.04 KB
lrw-r--r--
2026-02-28 00:26:32
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
package.json
3.00 KB
lrw-r--r--
2026-02-28 00:27:36
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
README.md
625 B
lrw-r--r--
2026-02-28 00:27:44
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
Zip Selected
If ZipArchive is unavailable, a
.tar
will be created (no compression).