Best of Django — December 2023
- 1
- 2
DEV·2y
Why I completely removed React from my Django project
The author removed React from their Django project due to scalability concerns, issues with reusability, and the desire to use what was best for the project. The author also experienced difficulties in making Django and React work together. They explored the option of using the Django Rest Framework but decided against it as it would remove the advantages of using Django. The author encountered challenges with the bundling process when using React with Django and ultimately made the decision to remove React.
- 3
- 4