REACT: does useState Memoizes objects and arrays; YES IT DOES - P1
NOTE: if you want you can use: JSON.stringify(myObjectFromState) as a dependency in useEffect, then it will comprate STRING TO STRING and always trigger when Object content changes