django-vite VS django-react-docker-heroku-template

Compare django-vite vs django-react-docker-heroku-template and see what are their differences.

django-vite

Integration of ViteJS in a Django project. (by MrBin99)

django-react-docker-heroku-template

Template monorepo which involves Django 4.0, DRF, React 18, Typescript, Sass, Postgres, docker-compose and optional deployment to Heroku. Feel free to leave a star if you liked it. (by Alschn)
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.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
django-vite django-react-docker-heroku-template
9 1
473 12
- -
8.0 10.0
about 1 month ago over 1 year ago
Python Python
Apache License 2.0 -
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-vite

Posts with mentions or reviews of django-vite. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-12-04.
  • Django 5.0 Is Released
    11 projects | news.ycombinator.com | 4 Dec 2023
    I'll preface all of this with a couple esoteric design goals that I had in mind:

    1. I actually _want_ an SPA. You might not need an SPA, if you don't need one then Vue/React/etc are overkill, etc.

    2. I want to power as much of the SPA as I can using the same REST API as my core product, both for dogfooding reasons and for consolidation. Many people might argue that this is a bad idea.

    ---

    With that in mind, some specific packages that I highly recommend:

    1. Django-vite (https://github.com/MrBin99/django-vite). This makes it very easy to serve an SPA from the actual django response/request model

    2. Some sort of way to get type information (if you're using TypeScript) into the frontend. I use a frankensteined system of the OpenAPI spec that django-ninja generates + openapi-typescript (https://github.com/drwpow/openapi-typescript). This means when I add, say, a new field to a response in Django, I immediately get typechecking for it in Vue — which has been _tremendously_ useful.

    3. Django-typescript-routes (a package I extracted and open-sourced!: https://github.com/buttondown-email/django-typescript-routes) which gives your front-end routing information based on the Django router.

  • How to deploy a Django & React & Vite web app on Heroku?
    2 projects | /r/Heroku | 28 Jun 2023
    I have been using django-vite https://github.com/MrBin99/django-vite That simplifies some Vite configuration and serves assets up into django templates. We have deployed to aws-ec2 but may well be switching to Heroku soon. The advantage here is avoiding multiple deployments.
  • Thoughts on modernizing traditional Django frontend workflow
    2 projects | /r/django | 30 Apr 2023
    There is a nice library that helps with Vite.js integration in a Django project https://github.com/MrBin99/django-vite
  • Is there an easy way to add ViteJS to Django/
    2 projects | /r/django | 1 Apr 2023
  • How to use vite(react) with django backend?
    1 project | /r/django | 26 Mar 2023
    I watched youtube videos and read especially this guide but i am clueless and nothing is working as it should.
  • Django Learning 2023
    2 projects | /r/django | 17 Mar 2023
    I didn't follow any specific tutorial but there is one resource that was most helpful for me: https://github.com/AccordBox/django-tailwind-alpine-htmx It helped me see that you can have all your javascript in one place in an organized manner. That's when I decided to add Vite. If you follow this carefully, you should be able to set up Django with Vite and use it conveniently.
  • Django, InertiaJs and React - A guide to get you started - Pt. 1
    1 project | dev.to | 14 Jan 2023
    django-vite https://github.com/MrBin99/django-vite
  • Hot Reloading on Django Templates using ViteJS?
    1 project | /r/django | 6 Jan 2023
    I've been looking into this today quite a bit actually. This project looks promising: https://github.com/MrBin99/django-vite
  • Django with React
    2 projects | /r/django | 5 Sep 2022

django-react-docker-heroku-template

Posts with mentions or reviews of django-react-docker-heroku-template. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-06-28.

What are some alternatives?

When comparing django-vite and django-react-docker-heroku-template you can also consider the following projects:

django-vite-example - An example Django project with Django Vite

campus-connect - The 'Campus Connect' API is a comprehensive system designed to facilitate interactions between students, universities, and bursary providers

django-base-site - The Django Base Site is a Django site that is built using the best Django practices and comes with all the common Django packages that you need to jumpstart your next project.

kershner_org - Source code for kershner.org

django-tailwind-alpine-htmx - Simple Task app using Django, Tailwind CSS, Alpine.js and HTMX

google-photos-deduper - Locally run web app and Chrome extension to remove duplicates from Google Photos

Fast-Api-Vue - Simple asynchronous API implemented with Fast-Api framework utilizing Postgres as a Database and SqlAlchemy as ORM . GiHub Actions as CI/CD Pipeline. Vue + Daisy UI for the frontend

ecommerce - :shopping_cart: A e-commerce system using microservices concepts and architected with docker.

django-vite-template - Generate Django templates in a Node.js environment [Moved to: https://github.com/LazerRaptor/django-template-gen]

django-webpack-loader - Transparently use webpack with django

docker-django-example - A production ready example Django app that's using Docker and Docker Compose.