Supercharge Your Django Frontend with Vite: A Modern Boilerplate
Introducing django-vite-boilerplate - A Django + Vite boilerplate that boots your frontend in seconds with one command
Practical guides for building production SaaS products with Django, Next.js, React and AI.
Introducing django-vite-boilerplate - A Django + Vite boilerplate that boots your frontend in seconds with one command
Complete guide to Django background tasks in Django 6. Install django-tasks, run async jobs, avoid common pitfalls, and compare with Celery.
Compare Django server-side component packages: Django-Components, Django-ViewComponent, Django-Slippers, and Cotton. Learn which solution offers the best separation of concerns, reusability, and maintainability for your Django project.
Tired of long Tailwind CSS classes in Django templates? Discover how server-side components, component CSS, and conditional styling simplify your code.
Learn efficient ways to manage SVG icons in Django templates. Explore using Django packages like heroicons and dj-svg, or create custom components for better maintainability and reusability.
Master Django template best practices for JavaScript integration. Learn to build modern web apps efficiently, avoiding common JS pitfalls and optimizing your development workflow.
In this tutorial, I will show you how to integrate Tailwind CSS 4 into your Django project.
In this chapter, we will use Stimulus to improve the UX of the message form.
In this article, we will keep using Stimulus controller to add Markdown rendering and code highlighting feature to our Django project.
In this article, we will learn how to use Stimulus to organize Javascript code in Django project.