Published on Nov 03, 2021 How to Setup Tailwind CSS with Django (Part 1) Learn to use django-tailwind to setup Tailwind CSS in Django project. Read more →
Published on Oct 28, 2021 Fallback Offline Page in Django Use Service worker to cache the offline page, and return the page when network is not available Read more →
Published on Oct 21, 2021 Add Service Worker to Django Understand what is Web app manifest and how to generate app icons using NPM package in Django. Read more →
Published on Sep 09, 2021 Add Web app manifest to Django Understand what is Web app manifest and how to generate app icons using NPM package in Django. Read more →
Published on Aug 04, 2021 Django PWA Tutorial This tutorial series will teach you how to build PWA with Django. Read more →
Published on Jul 15, 2021 How to use HtmlWebpackPlugin to load Webpack bundle in Django I will show you how use HtmlWebpackPlugin to load Webpack bundle in Django without ANY Django 3-party package Read more →
Published on Jun 09, 2021 Definitive Guide to Django and Webpack This tutorial series will teach you config Webpack to work with Django step by step. Read more →
Published on Jun 09, 2021 How to config HMR with Webpack and Django Learn to make webpack-dev-server work smoothly with Django and config Hot Module Replacement (HMR) Read more →
Published on May 28, 2021 Code Splitting with Webpack You will understand the code splitting workflow in Webpack. Read more →
Published on May 21, 2021 Load Webpack hash bundle in Django Learn how to use django-webpack-loader to load hash bundle file in Django Read more →