Talk Python To Me - Python Conversations For Passionate Developers

#321: HTMX - Clean, Dynamic HTML Pages

Informações:

Synopsis

Have you wanted to add more interactivity and liveness to your web application? If you built it using Flask, Django, or some other Python web framework, that thought probably didn't fill you with joy. Because it might mean that you need to change a bunch of code and rewrite a significant bit of your app using a full-on front-end framework like Vue.js or React.js. In this episode, we meet Carson from Big Sky Software. He's the creator of HTMX. This front-end JavaScript library let's you leverage the server side aspects of your Python web app and add amazing interactivity but keep the logic on the server, near the database, and implemented in Python. You're going to love it. Links from the show HTMX: htmx.org HTMX on Twitter: @htmx_org Essays: htmx.org/talk Examples: htmx.org/examples Active Search: htmx.org/examples/active-search Click to edit: htmx.org/examples/click-to-edit Infinite scroll: htmx.org/examples/infinite-scroll YouTube Live Stream: youtube.com Episode transcripts: talkpython.fm Spons