What React Refs Are

Before hooks, React refs were used to capture references to DOM nodes, so that we can interact with their APIs. Read more

Similar