Skip to content

Tag: reactjs

Fetching data in react returns “undefined” at first time

I have a function component that I control user login with react. According to the username and password entered in the input, if the value returned from the API is true, it redirects to another page, if false, it stays on the same page. When I press the button when the username and password are correct, the …