react_persist_login icon indicating copy to clipboard operation
react_persist_login copied to clipboard

Results 5 react_persist_login issues
Sort by recently updated
recently updated
newest added

I have been following your tutorials in creating a react app. The persistent login works perfectly. The axios interceptors do their job. But fetching data is still done in a...

I may have introduced a bug, but when I run this using Strict mode in development, React mounts and then instantly unmounts the Users component. This cancels the axios request...

When the `useEffect()` runs in dev environments, it actually runs twice. This can cause the abort controller to interrupt the operation and gets caught by the `catch` on line 22...

When I refresh the page twice, i get logged out. If I refresh only once, I do not get logged out. import { Outlet } from 'react-router-dom' import { useState,...

Hi Dave, I'm Jabal. I'm a frontend engineer using React Js. Sorry if I create an issue in your repository. I just want to ask something about the token management...