web
web copied to clipboard
React hooks done right, for browser and SSR.
## What is the problem? Typo in the code example for `useTimeoutFn` ## What changes does this PR make to fix the problem? Syntax change ## Checklist - [ ]...
## What is the problem? The usePermission docs doesn't provide the argument list, and the reference is outdated ## What changes does this PR make to fix the problem? Update...
`ts-patch` (the successor of `ttypescript`) has released a beta which adds support for TypeScript 5 and asked consumers to test it. In this branch, I've confirmed that this library works...
## Hook description One rudimentary way to measure the position or size of a DOM node is to use a [callback ref](https://reactjs.org/docs/refs-and-the-dom.html#callback-refs). React will call that callback whenever the ref...
## Hook description Like useMemo but with cache based on dependency list. ### Valid use-case for the hook Avoid expensive callculation with the same dependencies ## Checklist - [X] Have...
### Prior Issues No prior issue in this repository, but it's probably related with https://github.com/facebook/react/issues/19114#issuecomment-708438533 . ### What is the current behavior? When using hooks that depend on `useSyncedRef`, like...
Current library that is used for testing of components is not compatible with react 18 therefore we have to switch to alternative fo be abl;e to move forward in future.
## New Features ### What is the new or updated feature that you are suggesting? It would be great if reader can show the original source code of the hook....
Bumps [akhilmhdh/contributors-readme-action](https://github.com/akhilmhdh/contributors-readme-action) from 2.3.6 to 2.3.10. Release notes Sourced from akhilmhdh/contributors-readme-action's releases. Contributors-Readme-Action v2.3.10 Fixed missing tbody #68 Updated readme with the new github action permission in yaml #63 Contributors-Readme-Action...
Bumps [commitlint](https://github.com/conventional-changelog/commitlint/tree/HEAD/@alias/commitlint) from 18.6.1 to 19.3.0. Release notes Sourced from commitlint's releases. v19.3.0 19.3.0 (2024-04-23) Features feat(format): print full commit message for valid commits if -V by @weixinwu in conventional-changelog/commitlint#4026...