Demystifying useRef and useMemo in React
Jun 7, 2022 · 6 min read · When it comes to React, the commonly used hooks which are useState, useEffect and useReducer, are easy to understand as well as explain. In this blog we'll take a look at two other mysterious hooks and overcome the challenge of understanding them! ...
Join discussion

