Refs stands for References in ReactJS. It is an attribute which is used to store a reference to a particular React element or component, that can be returned by the components render configuration function. Ref is used to return references to a particular element or component returned by render method. They are useful for DOM measurements or adding methods to the components.