django-vite

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

Django-vite Alternatives

Similar projects and alternatives to django-vite

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better django-vite alternative or higher similarity.

django-vite reviews and mentions

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
  • A note from our sponsor - SaaSHub
    www.saashub.com | 6 May 2024
    SaaSHub helps you find the best software and product alternatives Learn more →

Stats

Basic django-vite repo stats
9
464
8.0
28 days ago

Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com