Prachi P
Results
2
comments of
Prachi P
You can use it like this also, import the whole loader library import * as Loader from 'react-loader-spinner' and then use it like this
I simply created a button for logout and did this on onClick of this button. const logout = ( ) =>{ localStorage.clear(); sessionStorage.clear(); navigate('/login'); } It worked for me.