Hacker News new | ask | show | jobs
by lfrodrigues 3774 days ago
You're right. I copy pasted some code from some projects to build this generic one. A colleague will fix it in a few minutes :)
1 comments

Including the 'accounts' app is actually pretty useful. Then even a newcomer to react and redux can see how the front and back end are hooked up.

I'd encourage anyone to look at these files:

Auth action (which depends on the accounts app and DRF): https://github.com/Seedstars/django-react-redux-jwt-base/blo...

Auth Reducer (which changes redux state based on the outcome of login/logout actions): https://github.com/Seedstars/django-react-redux-jwt-base/blo...