Our great sponsors
-
I had the same feeling has you, but it was also the first time that I use css directly in django. I endup using https://flowbite.com/ because I felt had a better setup, nice tutorials and most important had free pre build components. After starting I'm really enjoying using, its very easy to customize.
-
Appwrite
Appwrite - The Open Source Firebase alternative introduces iOS support . Appwrite is an open source backend server that helps you build native iOS applications much faster with realtime APIs for authentication, databases, files storage, cloud functions and much more!
-
FWIW, I'm using https://pnpm.io and https://parceljs.org to handle collecting and building the static assets for .js (Alpine and HTMX) and .css (Tailwind). I found it cleaner separation of concerns to let the JavaScript tooling manage the JavaScript dependencies, and have been happy with the performance and flexibility of this approach.