For anyone wondering, this is a hybrid model of React and Django and most useful since we can make use of various features of Django like forms and much more using this method, another model is standalone where a React frontend is only shown to the user and API request are sent to our django(backend server) to retrieve data, this is a more modular approach but various usefull features of django mentioned above are not directly available.
Great video dude! ...also, and this is coming from a place of love, we need to talk about your digital hoarding. We're all here for you. Everyone will pitch in and help you clean up that desktop but you have to commit to keeping it that way.
Thanks for the video. But since react routes were not working so i figured out that instead of using path using re_path is better in 8:59 so it should be re_path(r"",views.index,name="index").This will ensure that any route that cannot be handled with django is handled by react application. However if you have no routes in react this should work fine.
This is very useful, thanks. But I want a full project at least to see how we can make the rendering of variables from django to react and display it's data correctly.
Not sure how react renders that page, but I think you didn't render any static file, the image is an svg file. So in simple words unless you use {%load static %} and {$ static '' %} template tags, nothing will be served by django
Thanks. Nice work. But it is not working with react router for some reason. When I access the paths defined in react router, the django replies with not found
So you are not rendering react template, just a template that is within the react app. It would not behave like a react web app (component loading) rather just like a django web app which renders html templates.
Thank you for this video 👍 I have one question: When I change my DIRS config to be ‘DIRS’: [os.path.join(BASE_DIR, ‘react app/build)] Will the templates I built before I added react to my project still work and render?
Hello, I tried to do the same and it works, however when app.js is changed then nothing updates, for example text is added, it is not registered as if text was added, I also tried with python manage collectstatic and it still doesn't work, how can I solve that issue? P.S Sorry my english is bad.
I am a beginner at django, When sees you do the projects, It looks like a piece of cake, but the reality is hard how can we or I as beginner be proficient in using django!?
For anyone wondering, this is a hybrid model of React and Django and most useful since we can make use of various features of Django like forms and much more using this method, another model is standalone where a React frontend is only shown to the user and API request are sent to our django(backend server) to retrieve data, this is a more modular approach but various usefull features of django mentioned above are not directly available.
Probably the easiest way to get these two to work hand in hand! Awesome tutorial.
The best React and Django integration ❤️
Great and simple tutorial on explaining how to set-up a project with React and Django. Exactly what I was looking for 👍
Great video dude! ...also, and this is coming from a place of love, we need to talk about your digital hoarding. We're all here for you. Everyone will pitch in and help you clean up that desktop but you have to commit to keeping it that way.
Need full project tutorial on this❤❤❤❤❤❤❤
Thank you Tomi...you've taught me how to easily integrate Django and Reactjs. Many thanks once again!
Thanks for the video.
But since react routes were not working so i figured out that instead of using path using re_path is better in 8:59 so it should be re_path(r"",views.index,name="index").This will ensure that any route that cannot be handled with django is handled by react application.
However if you have no routes in react this should work fine.
Beautiful explanation. You literally just mademe a techie in one night.
Thank you so much Tomi, This was really helpful. Can you build a small project with Django and react?
That would be awesome 🙏
Thanks for watching.
I'll look into that
awesome as always Tomi :-)
Thanks a lot
very helpful video to help understand how to integrate react with django
Has to be the simplest setup so far I've seen
You deserve much more attention
This is very useful, thanks.
But I want a full project at least to see how we can make the rendering of variables from django to react and display it's data correctly.
Thanks a ton young master keyboard warrior 👌 works perfectly
everything works smoothly, thanks!
Not sure how react renders that page, but I think you didn't render any static file, the image is an svg file. So in simple words unless you use {%load static %} and {$ static '' %} template tags, nothing will be served by django
you are awesome brother... 👏👏👏👏
Thanks
Perfect Tutorial !
Thank you so much !
Thanks. Nice work. But it is not working with react router for some reason. When I access the paths defined in react router, the django replies with not found
Bro great tutorial bro thank you
great tutorial!
Thanks a lot
Tomi, great videos bro!!
Thanks a lot
Tomi Rocks!
Thanks 🙏:)
thanks bro you just make my day
Please correct me if i am wrong but when modifying the react app, wont you need to run build anytime you need to see new changes?
very precise. Thanks so much
Great tutorial 😍😍
So you are not rendering react template, just a template that is within the react app. It would not behave like a react web app (component loading) rather just like a django web app which renders html templates.
Très utile merci beaucoup.
Le tout fonctionne
Thanks for the video. But how would it be during development?
wonderful, thank you!
Thank you for this video 👍 I have one question: When I change my DIRS config to be ‘DIRS’: [os.path.join(BASE_DIR, ‘react app/build)]
Will the templates I built before I added react to my project still work and render?
When I make changes to the App.js file Django do not actualize the server
Same problem....have you found out solution?
beautiful and simple
My output screen is blank
Any one tell me the solution
Tommi bro please upload flask from basics
I have Tutorial on flask comming up soon
Subscribed Tomi bhai🙏
bro can you do a react tutorial for beginners please? you're a brilliant teacher, just went through the python one
Thanks, great tut 👍
really great did you post a react + django tutorial ?
why use both? in a dynamic project. more files more slow ¿
I was thinking the same, it would work great for tiny projects, but in industries we can't use this method.
Great job
Hiw to reuse components of an older react app inside a new react app
If I do any change do I need to rebuild if yes how to rebuild
thank you bro
Extremely helpfull
Something have been looking for 😍
But anytime we make edit in the react app we will need to delete build and re generate again
Any solution?
better to use serializers, and set react app outside the the django folder, and connect them throught APIs. That will help.
Hello,
I tried to do the same and it works, however when app.js is changed then nothing updates, for example text is added, it is not registered as if text was added, I also tried with python manage collectstatic and it still doesn't work, how can I solve that issue?
P.S Sorry my english is bad.
Did you find a fix for this issue?
@@ManojChessSchool No
i dont think its the best way to connect react and django, u need to run build everytime u make changes on the react app xd
@@overseek5868 So how to connect to reactjs and django? xd, I'm a beginner in reactjs, django ok I know
P.S Sorry my english is bad.
@@overseek5868i did the same but changes are not shown
Plz do videos to render different components with dynamic data...
thanks a lot
can l have your django + react tutorial l cant see it
Did not return any httpresponse error
Thanks
thank you
Can I find the source code please?
But I have blank screen
"bild" or like "be:ld", not "bew"...
How do you host this? heroku?
you could use any host: heroku, aws, azure, etc.
Just deploy the django app as you'd do normally
I'm such an idiot!!!
I kept running npm run build and copying the content of build directory to my Django project!!!!
I am a beginner at django,
When sees you do the projects,
It looks like a piece of cake, but the reality is hard how can we or I as beginner be proficient in using django!?