How to use React with Django (in 10 mins) ⚛️

preview_player
Показать описание


Рекомендации по теме
Комментарии
Автор

Thank you ! I'm looking forward to your updated part 2, including how to deploy both to production, add authentication 🙂

zidayouzi
Автор

Your channel man, is a hidden gem! Keep up the great work!

MAhmad-tg
Автор

Thank you! I've been looking for something like this for a very long time, only this video helped

ujgpmqm
Автор

nicely done! thank you! I'm looking forward to your updated part 2, including how to deploy both to production, add authentication。

zidayouzi
Автор

great tutorial would love to see the second part. If anyone is getting an error """ Import "django.db" could not be resolved from
(module) django """ Then the problem is that you have to create your virtual enviornment before deploying django, you would need to do
python -m venv venv
source venv/bin/activate
in the terminal and then the deployment part

nelsonberm
Автор

nicely done... definitely add user authentication and basic profile to this app and you have a full use case... maybe some static pages as well and how about page transitions? ;)

dashing
Автор

nicely done . will u be able to do ia video on django react auth with jwt tokens/ sessions with social authetication included . also axios interceptors or something to refresh tokens.
there is only few tutorials on u tube and most of them are very outdated or simply not production grade

navaneeth
Автор

Where do you see the future I wonder? Vue-Nuxt? React-Next?

caglargulucan
Автор

My only dificulty its with authenticate views.

igribeiro_