ReactJS remember me component to hooks
I have a case here, which is to make a remember me function when logging in. So, yesterday I got an online repo on codesandbox which contains reactjs component remember me. Then I want to convert it into react hooks.…