Yoojin Kothisisyoojin.hashnode.dev·Nov 14, 2024InstallationBuilding SPA with Django and HTMX, tailwind What I will do: Install packages for the project Create a Django project app and set up templates and static at the project level Create an app tracker with Tailwind Set up basic templates for Htmx In...31 readsSPA for Python developers#django-tailwind
Shikhar Shuklashikhar99.hashnode.dev·Aug 7, 2024Exploring HTMX: Enhancing Web Development with Interactive Mini ProjectsHTMX is a powerful library that allows developers to create dynamic web applications with ease, leveraging the full potential of HTML attributes. By using HTMX, we can handle server requests directly from HTML elements, making our applications more r...85 readsWeb Development
Nischal lamichhaneblog.django-tutorial.dev·Feb 27, 2024Integrate HTMX with Django: Replacing ReactJSIntroduction: In the dynamic landscape of web development, staying abreast of the latest technologies is crucial. One such powerful combination is the integration of HTMX with Django, a blend that leverages modern websockets for enhanced real-time fu...13 likes·364 readsdjango-htmx