react-generic-functions Simple generic memo & forwardRef react functions Usage import { memo, forwardRef } from 'react-generic-funtions'; interface ExampleComponentProps<T> { genericProp: T } const ExampleCompo
memo[paramName] = safelyDecodeURIComponent( values[index] || "", paramName ); return memo; }, {} ); return { path, pathname: matchedPathname, params }; } export interface PathMatch { export interface PathMatch<ParamKey extends string = string> { path: string; pathname: string; params...