Andrej Baranovskij Blog
Blog about Oracle, Full Stack, Machine Learning and Cloud
Showing posts with label
HTMX
.
Show all posts
Showing posts with label
HTMX
.
Show all posts
Monday, September 26, 2022
HTMX: Events and Triggers - Django CRUD, part 5
›
Refreshing dependent fragments with data is a very common use case in enterprise applications. In this example, data is changed in editable ...
Wednesday, September 21, 2022
HTMX: Saving Form Changes - Django CRUD, part 4
›
I explain how to run POST request through HTMX attribute on HTML form tag to save form changes to the backend. You will see how to report va...
Sunday, September 11, 2022
HTMX: Fetch Edit Form Data - Django CRUD, part 3
›
HTMX makes it possible to call the backend from HTML without JavaScript. You can add HTMX attribute to HTML tag, for example, button, and ca...
Saturday, August 6, 2022
The old old coolness - HTMX | Execute HTTP request directly from HTML tag
›
Developing a modern Web app with Django and Tailwind? Thinking of using React, Vue, or another fancy JS library for UI implementation? I wo...
›
Home
View web version