django-rest-framework VS React

Compare django-rest-framework vs React and see what are their differences.

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 React
197 1,694
27,489 221,803
1.1% 1.1%
8.7 9.9
2 days ago 2 days ago
Python JavaScript
GNU General Public License v3.0 or later MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

django-rest-framework

Posts with mentions or reviews of django-rest-framework. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-01-27.
  • Ask HN: Is Python async/await some kind of joke?
    4 projects | news.ycombinator.com | 27 Jan 2024
    - Django Rest Framework has no async support? https://github.com/encode/django-rest-framework/issues/7260
  • Build and Deploy a URL Shortener using Django REST Framework and Managed Postgres
    2 projects | dev.to | 12 Dec 2023
    A URL shortener is a service that transforms long and complex URLs into short, easily memorable ones. This tutorial guides you through creating a URL shortener using Django REST framework and Postgres, deploying it on Koyeb.
  • How can I implement 2FA with Django REST Framework?
    4 projects | /r/django | 29 Sep 2023
    Now, I'm converting this app into a Vue-based SPA (still powered by Django). I'm using the Django REST Framework to build the API that the SPA will interact with. (I'll be using token-based auth, via django-rest-knox. ETA: I'll actually be using djangorestframework-simplejwt.)
  • Creating Own Chat GPT
    9 projects | dev.to | 15 Sep 2023
    For the backend, we chose Python, Django Rest Framework. On the frontend, React, Redux, Saga, Sass. Let’s start with the backend, which was managed by Yegor. He writes about the server part of the project himself.
  • Building a Blog in Django
    12 projects | news.ycombinator.com | 12 Sep 2023
    With regard to JSON API aspects of Django, have you used https://www.django-rest-framework.org/ ? I find it to be very satisfactory.
  • A question
    2 projects | /r/django | 4 Aug 2023
    django-rest-framework and the Fetch API, or
  • Exploring Django's Third-Party Packages: Top Libraries You Should Know
    8 projects | dev.to | 8 Jul 2023
    Django REST Framework (DRF) Django REST Framework is a famous, powerful, and flexible toolkit for building Web APIs in Django. It provides a set of reusable components and tools to simplify API development, including serialization, authentication, permissions, and view sets.
  • FastAPI 0.100.0:Release Notes
    12 projects | news.ycombinator.com | 7 Jul 2023
    I wish Django would take async more seriously. This comment gives a pretty good overview of the current situation (some points are more valid than others): https://github.com/encode/django-rest-framework/discussions/...

    The Python ecosystem is strange. Where other dev communities will embrace new ways of doing things faster than most people can keep up — the Python community needs to be pulled kicking and screaming into the light once ever decade or so. Python 2 to 3, ~10 years.

    async/await has been in Python since 2015, it feels like it's going to be another 5 years before we see people taking async seriously in the big packages. Same problem we had during the 2/3 transition. No library support, no developer support.

  • How to create REST API using Django REST framework
    5 projects | dev.to | 29 May 2023
    Thanks for helping Steve to complete his REST API, he is now partying🥳. You can get more information on how to use the Django REST framework to best way read the documentation. There are many alternatives to the Django REST framework, you can give them a try if you want,
  • Composite Class-Based View for non DRF views
    3 projects | /r/django | 29 May 2023
    [Django Rest Framework](https://www.django-rest-framework.org/) has the very nice idea of a [ViewSet](https://www.django-rest-framework.org/api-guide/viewsets/#modelviewset) that allows really minimal code to perform all the basic CRUD actions on a model.

React

Posts with mentions or reviews of React. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-04-26.
  • Building an Email Assistant Application with Burr
    6 projects | dev.to | 26 Apr 2024
    You can use any frontend framework you want — react-based tooling, however, has a natural advantage as it models everything as a function of state, which can map 1:1 with the concept in Burr. In the demo app we use react, react-query, and tailwind, but we’ll be skipping over this largely (it is not central to the purpose of the post).
  • React 18.3.0 Is Out
    2 projects | news.ycombinator.com | 25 Apr 2024
    Oddly, no info on changelog: https://github.com/facebook/react/blob/main/CHANGELOG.md
  • Preact vs React: A Comparative Guide
    2 projects | dev.to | 23 Apr 2024
    In this post, we get to know more about Preact, one of this year's trending libraries. And we'll compare it to React to see which one suits better for our projects.
  • Meet Cheryl Murphy: Full-Stack Developer, lifelong learner, and volunteer Project Team Lead at Web Dev Path
    2 projects | dev.to | 22 Apr 2024
    Cheryl Murphy is not only a dedicated full-stack web developer skilled in technologies like React, Next.js, and NestJs but also a community-driven professional who recently took on the role of volunteer project team lead at Web Dev Path. With a dual Bachelor's degree in Computing and Chemical Engineering from Monash University, Cheryl’s journey in tech is marked by a passion for building accessible solutions and a commitment to fostering community within tech.
  • How to Build an AI FAQ System with Strapi, LangChain & OpenAI
    7 projects | dev.to | 21 Apr 2024
    Basic knowledge of ReactJs
  • Everyone Has JavaScript, Right?
    1 project | news.ycombinator.com | 21 Apr 2024
    Google Translate and many other libraries break React based sites if they are using refs.

    I don't think that point it falls under "written on naive assumptions"

    https://github.com/facebook/react/issues/11538

    the issue says closed but you can easily catch it in various sites and use cases.

  • Integrate Bootstrap with React
    2 projects | dev.to | 19 Apr 2024
    This article serves as your comprehensive guide to mastering the art of combining Bootstrap and React seamlessly. Dive in to uncover the tips, tricks, and best practices to elevate your UI design game effortlessly.
  • React Server Components Example with Next.js
    9 projects | dev.to | 16 Apr 2024
    This isn’t an accident; when Meta introduced React Server Components, Dan Abramov explicitly stated that they collaborated with the Next.js team to develop the RSC webpack plugin.
  • Collab Lab #66 Recap
    7 projects | dev.to | 7 Apr 2024
    JavaScript React Flowbite Tailwind Firebase - Auth, Database, and Hosting Vite
  • New Features in React 19 – Updates with Code Examples
    2 projects | dev.to | 4 Apr 2024
    Official Website Team GitHub Canary Releases

What are some alternatives?

When comparing django-rest-framework and React you can also consider the following projects:

django-ninja - 💨 Fast, Async-ready, Openapi, type hints based framework for building APIs

qwik - Instant-loading web apps, without effort

fastapi - FastAPI framework, high performance, easy to learn, fast to code, ready for production

Alpine.js - A rugged, minimal framework for composing JavaScript behavior in your markup.

Dependency Injector - Dependency injection framework for Python

Vue.js - This is the repo for Vue 2. For Vue 3, go to https://github.com/vuejs/core

django-tastypie - Creating delicious APIs for Django apps since 2010.

SvelteKit - web development, streamlined

django-modern-rpc - Simple XML-RPC and JSON-RPC server for modern Django

lit-element - LEGACY REPO. This repository is for maintenance of the legacy LitElement library. The LitElement base class is now part of the Lit library, which is developed in the lit monorepo.

Django - The Web framework for perfectionists with deadlines.

Tailwind CSS - A utility-first CSS framework for rapid UI development.