compose-react-refs icon indicating copy to clipboard operation
compose-react-refs copied to clipboard

A small utility that composes two or more react refs into a ref callback.

Results 2 compose-react-refs issues
Sort by recently updated
recently updated
newest added

In react 19, ref callback can return a cleanup function ```jsx { // ref created // NEW: return a cleanup function to reset // the ref when element is removed...