We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6293b6f commit f2578bfCopy full SHA for f2578bf
README.md
@@ -4,6 +4,13 @@ A generic technique for resolving the DOM node of any react component.
4
5
[](https://travis-ci.org/jossmac/react-node-resolver)
6
7
+### Alternate Solutions
8
+
9
+Since creating this utility, more robust solutions have become available. Consider the following before using this package:
10
11
+- [React.forwardRef()](https://reactjs.org/docs/forwarding-refs.html)
12
+- [The render props pattern](https://reactjs.org/docs/render-props.html)
13
14
### Install
15
16
```bash
0 commit comments