Additional Hooks in React - useRef()
This blog post continues the series about React Hooks.
It covers one of additional hooks in React - useRef().
What is useRef()?
useRef() is JavaScript function, which creates and returns a mutable JavaScript object.
This hook accepts some value and ...
olena.hashnode.dev4 min read