This repository has been archived by the owner on Jun 14, 2024. It is now read-only.
mantle-demo - frontend - Move the side effects from reducers. #73
Labels
frontend
Issues and features relating to frontend
Other thing I change in the project I worked using this base-app was in the
auth reducer
.I move this :
and this :
to the
auth saga
so I wrap the saga like this:
I think it's better to have this
localstorage
calls inside the a saga.I agree this saga could be improved but I think it's a start.
The text was updated successfully, but these errors were encountered: