abdu1985000

Posted 30-Dec-2020 | 1009 | Javascript

Can we use Django with ReactJS?

I want to learn ReactJS and use it with Django. So far I was using jQuery and now I want to move to React. In my Django app, I used to create a static folder that holds the jQuery and other static assets for that app. Now according to the React documentation, I found two ways to use it. One is CDN and another one is CLI. I prefer the CDN one with the use of components. Is there any way to integrate React with Django just like what people do with Laravel?

Replies