Yeled THEOPHANEyeledtheo.hashnode.devยทNov 4, 2023React refs and useImperativeHandle hook : A secret sauce for creating complex and reusable custom components.Refs in react are objects that allow us to store values (of any type) that do not trigger re-renders when updated. Native elements have props ref which we can set to a ref we created before, to get a direct reference to that element. This allows us t...ReactAdd a thoughtful commentNo comments yetBe the first to start the conversation.