Simple Authentication in React, Redux, Redux-Saga App
Let's write some Components and Hooks for Authentication in our App.
The Setup
routes/login: we'll write our container/router here.
auth.duck.js: this is where we write our reducer/selector/action creator/saga following Duck Pattern
hooks/commonHo...
thangle.hashnode.dev