component-party.dev
component-party.dev copied to clipboard
Request: Add Pass Ref to Component for comparison
Request to Add Pass Ref to Component for comparison.
For example in React, it's not enough just using useRef for Dom ref, in your component, you have to use React's forwardRef function to wrap your Component in order to use ref prop to connect dom element.
While in Solid, pretty much the same as Dom ref example, pass ref to reserved Component ref property.
Can you provide a common real work example ?