Search Results
Found 1 result for "hooks"
Active filters:
Filter by type:
note
about 2 months ago
`useDoubleCheck` might be my favorite frontend hac...
`useDoubleCheck` might be my favorite frontend hack ```typescript function callAll<Args extends Array<unknown>>( ...fns: Array<((...args: Args) => unknown) | undefined> ) { return (...args: Args) =...