I was doing some exploratory work around adding support for React's createRef API when I noticed a lot of similar work had already been done as part of the hooks PR: https://github.com/purescript-contrib/purescript-react/pull/159/files#diff-d96e307e87fe77fec439e08ec13d4947
I'm not sure what the status of that PR is, but how do we feel about introducing the createRef part of it separately? (Probably including the new Ref a type, the accompanying functions, and the ForwardRef stuff.) I'd certainly be keen to help with this.
I was doing some exploratory work around adding support for React's
createRefAPI when I noticed a lot of similar work had already been done as part of the hooks PR: https://github.com/purescript-contrib/purescript-react/pull/159/files#diff-d96e307e87fe77fec439e08ec13d4947I'm not sure what the status of that PR is, but how do we feel about introducing the
createRefpart of it separately? (Probably including the newRef atype, the accompanying functions, and theForwardRefstuff.) I'd certainly be keen to help with this.