Unable to make useEffect work in a react project – Javascript
I'm working on a react project where I'm trying to fetch a GET api using useEffect react hook. But the useEffect doesn't seem to work and it gets skipped and rest everything works. I tried the same code on codesandbox…