pellet VS django-vite

Compare pellet vs django-vite and see what are their differences.

pellet

Pellet helps improve your Django app performance by discovering N+1 queries. (by har777)

django-vite

Integration of ViteJS in a Django project. (by MrBin99)
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
pellet django-vite
2 9
75 464
- -
2.7 8.0
6 months ago 28 days ago
Python Python
BSD 3-clause "New" or "Revised" License 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.

pellet

Posts with mentions or reviews of pellet. 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
    Simple middleware can warn you about lazy loading/N+1 queries. Most of the time people just forget it happens.

    Try using: https://github.com/har777/pellet

  • Ban 1+N in Django
    10 projects | news.ycombinator.com | 26 Mar 2023
    Self plug: Checkout https://github.com/har777/pellet to easily find and fix django N+1 issues.

    I usually add it to existing integration tests so that they raise exceptions on N+1. If test coverage is low then I would suggest sending the N+1 metrics to something like datadog. That way your users using the product will reveal all the N+1 issues on your monitoring solution.

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 pellet and django-vite you can also consider the following projects:

django-orm-plus

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

nplusone - Auto-detecting the n+1 queries problem in Python

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.

django-auto-prefetching - Automatic prefetching for Django

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

django-zen-queries - Explicit control over database query execution in Django applications

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

django-seal - Django application providing queryset sealing capability.

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.

bullet - help to kill N+1 queries and unused eager loading

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