clean fct when leaving a route
Hi,
Is there any built-in mechanism to call a fct when leaving a route?
Let's say, I want to clear some data in my redux store when leaving my page (route), how can I deal with this?
I saw a load callback yo fetch data, but no unload.
Thanks.
Is there any built-in mechanism to call a fct when leaving a route?
Let's say, I want to clear some data in my redux store when leaving my page (route), how can I deal with this?
I saw a load callback yo fetch data, but no unload.
Thanks.