Use webpack to generate your static bundles without django’s staticfiles or opaque wrappers . Django webpack loader consumes the output generated by webpack-bundle-tracker and lets you use the generated bundles in django.
Read moreCan webpack be used with React?
Webpack is a popular module bundling system built on top of Node. … Your project will bundle its own copy of react and react-dom with webpack, and ReactJS.NET will be used only for server-side rendering . Copy from the sample project to the root of your project: package.
Read moreDoes Django work with React?
The case for pairing the two frameworks would be to use React to handle the user interface, fetching data from the Django backend as necessary . For example, this tutorial shows how to build a to-do application, with React making HTTP requests to the Django REST API in order to fetch and set data.
Read more