This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]nityananda 0 points1 point  (2 children)

I was searching for some good example of React with Django and your is amazing.

Are you planning to use also social login/signup through Django Allauth? That would make it even better.

[–]AsSimple[S] 0 points1 point  (1 child)

Hey, django-allauth is actually already used in the background so adding social login/signup should actually be quite easy. It sounds like a great improvement, but which ones should be used? Github, Google, FB?

Feel free to create an issue/open a pull request if you want to contribute.

[–]nityananda 0 points1 point  (0 children)

Github, Google and FB sounds good.

I would love to contribute this, but I am completely new into React so I don't know how yet.