Owen Jonesfornomadiqnomadiq.hashnode.net·Jul 1, 2022FeaturedReimagining front-end web development with htmx and hyperscriptWe all know that to create an interactive front end for your website you need JavaScript. Not just vanilla JS, mind: we're in 2022, and to create an acceptable UI you need to be using a framework like React or Vue.js. Right? Wrong. In recent years, a...Henry Catalini Smith and 1 other are discussing this2 people are discussing thisDiscuss·50 likes·32.3K readsFrontend Development
Joash Xuforenzircleenzircle.hashnode.net·Aug 18, 2022Column Filter Table with htmx, Alpine-js, and DjangoHave you ever needed to create a table where you need to filter between multiple columns? Maybe you've tried using a standard table with a single search/filter input field, but it didn't quite work the way you wanted. This article will show how I bu...Lucien Dada KYABU and 1 other are discussing this2 people are discussing thisDiscuss·2 likes·3.5K readsDjango and htmx ExplorationDjango
Ademola ThompsonforDeveloper Handbooksuperhero.hashnode.net·Jan 24, 2023Create A Django Form With Django Crispy Forms And HTMX.A form is an essential part of most web applications, as it is used to collect input from users. Django is a Python web framework that provides a way to create forms without having to write HTML code. But creating forms the traditional way in Django ...Discuss·1 like·125 readsDjango Forms: A Beginner’s Guide To Collecting User Input.Django
theArjunforPython is Lovethearjun.hashnode.net·Apr 10, 2023Django and HTMX - A Lovely CoupleDjango is a popular Python web framework that follows the model-template-view (MVT) architectural pattern. It provides a powerful and flexible way to build web applications, with features like URL routing, database integration, and a templating engin...Discuss·70 readsDjango
Nir AdlerforPiece by Pieceniradler.hashnode.net·Feb 7, 2023Consolidate alerts with FeederFeeder is a self-hosted alert feed, you can use it to consolidate alerts from multiple sources, in my case I'm using it to get alerts on the status of my open source projects and self-hosted apps, any issues with one of these products will trigger a ...Discuss·166 readsOpen sourceOpen Source
Ademola ThompsonforDeveloper Handbooksuperhero.hashnode.net·Jan 24, 2023Create A Django Form With Django Crispy Forms And HTMX.A form is an essential part of most web applications, as it is used to collect input from users. Django is a Python web framework that provides a way to create forms without having to write HTML code. But creating forms the traditional way in Django ...Discuss·1 like·125 readsDjango Forms: A Beginner’s Guide To Collecting User Input.Django
Joash Xuforenzircleenzircle.hashnode.net·Jan 19, 2023Bulk Actions in Table with Django, htmx, and AlpineJSWhen it comes to displaying large amounts of data in a tabular format, tables are often the go-to choice for developers. However, traditional tables can be limiting in their functionality, especially when it comes to performing actions on multiple ro...Discuss·713 readsDjango and htmx ExplorationDjango
Jack LinkeforJack Linke's TILjacklinke-1666476519144.hashnode.net·Jan 14, 2023Using htmx and Server-side DataTables.net together in a Django ProjectBackground I really enjoy using htmx alongside Django, and try to help others when they're learning to combine these two tools. I often see questions online asking about how to combine htmx with DataTables (aka DataTables.net). Honestly, this threw m...Discuss·278 readsDjango
Ivana ClaudioforIvana's Coding Bitsvchu.hashnode.net·Dec 28, 2022HTMX, Hyperscript and Flask - Slideshow galleryContinuing work on my project in Flask and Bulma, I needed a neat way to display a photo gallery. There are plenty of premade gallery setups that I could have used, but I wanted to make something using Bulma, Flask, HTMX, and Hyperscript as much as p...Discuss·56 readsHTMX with Flaskhtmx
Anton ErmakforAnton Ermak's blogantonermak.hashnode.net·Dec 16, 2022A transition from VueJS to htmx + Alpine.jsWeb pages overload JavaScript,a harmful forceUser frustration grows VueJS Nowadays, writing frontend applications even for fairly simple apps might involve complicated and demanding technologies. A few frontend frameworks like React, VueJS, and Svelt...Discuss·1 like·71 readsJavaScript
Netzary InfodynamicsforNetzary Blognetzary.hashnode.net·Nov 26, 2022Can HTMX be a React Killer?In the past few years we have moved to front-end development of most projects to reactive frameworks or UI tool kits such as ReactJS, Angular, Vue, Svelte, SolidJS among others. While decoupling front end with backend frameworks has bettered perform...Discuss·469 readsturbowire
Roylan Suarez ReyesforRoylans.dev - Blog sobre desarrollo webroylans.hashnode.net·Oct 30, 2022Como integrar Django con Tailwind y HTMX - Parte 3Hola queridos lectores, esta es la última entrega de esta serie donde veremos como integrar HTMX con Django y Tailwind en un proyecto. Si te perdiste las entradas anteriores aquí te dejo los links: Como integrar Django con Tailwind y HTMX Como integ...Discuss·257 readsDjango, Tailwind y HTMXDjango
Roylan Suarez ReyesforRoylans.dev - Blog sobre desarrollo webroylans.hashnode.net·Oct 22, 2022Como integrar Django con Tailwind y HTMX - Parte 2Hola querido lector, hoy vengo con la segunda parte de la serie para integrar Django, Tailwind y htmx. Estaremos viendo como usar Tailwind en un proyecto con Django a través de npm. Si es la primera vez que llegas a mi blog, puedes mirar el primer ...Discuss·254 readsDjango, Tailwind y HTMXDjango