wsvincent / awesome-django

A curated list of awesome things related to Django
http://awesomedjango.org
Creative Commons Zero v1.0 Universal
9.5k stars 1.31k forks source link

Add Django Bridge #280

Closed kaedroho closed 2 months ago

kaedroho commented 2 months ago

Project Information

  1. Project Name: Django Bridge

  2. Project URL: https://github.com/django-bridge/django-bridge and https://django-bridge.org/

  3. Description: The simple way to build React frontends for Django applications


Criteria

  1. Is the project new?

    • [ ] Yes
    • [x] No
  2. How long has the project been maintained? 4 years as a closed source project, 6 months as open source

  3. How many releases has it had if it's a library or package? 14 as an open source project (including pre-releases)

  4. Are you the author or are you submitting the project on behalf of a company?

    • [x] I am the author
    • [ ] I am submitting on behalf of a company
    • [ ] Other (please specify)
  5. What makes it awesome? It's provides simpler way to build React frontends for Django, which is often overcomplicated when done manually. This library allows you to use regular Django views as a backend for a vanilla, standard React frontend. This gives you the ability to use these two frameworks together with very little overhead.

It's been used to build SaaS applications and internal enterprise applications.

wsvincent commented 2 months ago

Looks good @kaedroho. Thanks for the PR.