django-tailwind-alpine-htmx VS django-vite

Compare django-tailwind-alpine-htmx vs django-vite and see what are their differences.

django-tailwind-alpine-htmx

Simple Task app using Django, Tailwind CSS, Alpine.js and HTMX (by AccordBox)

django-vite

Integration of ViteJS in a Django project. (by MrBin99)
SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.
surveyjs.io
featured
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
django-tailwind-alpine-htmx django-vite
3 9
55 464
- -
0.0 8.0
11 months ago 24 days ago
JavaScript 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-tailwind-alpine-htmx

Posts with mentions or reviews of django-tailwind-alpine-htmx. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-03-17.

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

What are some alternatives?

When comparing django-tailwind-alpine-htmx and django-vite you can also consider the following projects:

django-htmx - Extensions for using Django with htmx.

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

fastify-starter - A starter for fastify with Twig, Tailwind, and Alpine, and HTMX.

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.

htmx - </> htmx - high power tools for HTML

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

pusher-js - Pusher Javascript library

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.

turbo-django - Unmaintained // An early stage integration of Hotwire Turbo with Django

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

django-unicorn - The magical reactive component framework for Django ✨

django-webpack-loader - Transparently use webpack with django