Why is useEffect not triggered on useRef variables?

5/20/2020

We know we can use useRef to create a state container and we can trigger a render on changed Values with useEffect. Create solution to