Skip to main content
← Back to Schedule

Django UI Components for Perfectionists with Deadlines

to View on time.is

Online talks

About this session

We pay great attention to how to write composable python code (with inheritance, decorators, modules, namespaces, etc). But when it comes to architecting the templates of your website, this is often overlooked, which rapidly degenerates in tons of copy&paste of html, css and javascript.
Some might say that this is what React or Vue (et al) are all about and already solve, but having to render HTML on the client can increase the complexity of the application (introducing build steps, another language, more dependencies, etc).

Writing reusable and composable UI components can be achieved using the good 'ol django templates, with the help of some libraries to fill in the gaps (like django-components, django-cotton and TailwindCSS) that we will explore and suggest as a possible solution.

Presented by

  • Hernan Lozano

    Hernan Lozano

    I'm an average pythonista, which is a short way to say I like all things python, and talking about it. Aside from it, I'm also an average human, which is a short way to say I like watching movies, a cup of coffee in the morning and long walks on the beach.