I am working on React hook and when i set dependency on useEffect it trigger all time,but it should trigger only when there will be some changes in Json API, Here is my code