Django + React - what is the "right" way to integrate them?

This page summarizes the projects mentioned and recommended in the original post on /r/webdev

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
  • django-rest-framework

    Web APIs for Django. 🎸

  • Yes, your options are true. You can setup a Django backend (eg. https://www.django-rest-framework.org/) and a React app separately and just hit the backend in your requests. Or you can serve React files from your backend. Or a mix of the two. In terms of scalability you'll probably end up doing a hybrid of both. A good article about this: https://www.saaspegasus.com/guides/modern-javascript-for-django-developers/client-server-architectures/

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts