web
web copied to clipboard
React hooks done right, for browser and SSR.
## What docs page needs to be fixed? - **Section**: - **Page**: ## What is the problem? Currently `useDeepCompareEffect` does not have an example in the docs. ## What should...
### Prior Issues I cannot see any related issues. ### What is the current behavior? Different instances of `useSessionStorageValue` with the same key that are mounted at the same can...
## Overview `parse` and `stringify` options have been added to useStorageValue to allow a custom parse and stringify to be used in place of the default JSON based parse/stringify. Sometimes...
## New Features Custom serializer/deserializer options for the use*StorageValue hooks. This would allow the use of custom serialization for (local|session)Storage data instead of the default JSON. ### What is the...
### What is the current behavior? Included whole lib in the bundle ### Steps to Reproduce 1. one of the file using `import { useCookieValue } from "@react-hookz/web/cjs/useCookieValue/useCookieValue"` 2. use...
### Prior Issues Are there any existing issues or PRs that relate to this problem? If so, link them here. ### What is the current behavior? Hooks all import dependencies...
### Prior Issues Are there any existing issues or PRs that relate to this problem? If so, link them here. - https://github.com/react-hookz/web/issues/659 ### What is the current behavior? What does...
Bumps [@react-hookz/eslint-formatter-gha](https://github.com/react-hookz/eslint-formatter-gha) from 1.0.1 to 2.0.1. Release notes Sourced from @react-hookz/eslint-formatter-gha's releases. v2.0.1 2.0.1 (2024-02-04) Bug Fixes proper npmignore config (43a413f) v2.0.0 2.0.0 (2024-02-04) Bug Fixes docs: update link to...