Skip to content

Commit 37b980c

Browse files
authored
Merge pull request #78 from hernantz/change-title-name
Reusable Django Template Components for Perfectionists with Deadlines changes
2 parents 4f3df75 + 4063dd1 commit 37b980c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/_content/schedule/talks/reusable-django-template-components-for-perfectionists-with-deadlines.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ presenter_slugs:
88
room: Online talks
99
tags:
1010
- frontend
11-
title: Reusable Django Template Components for Perfectionists with Deadlines
11+
title: Django UI Components for Perfectionists with Deadlines
1212
track: t2
1313
---
1414

1515
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.
1616
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).
1717

18-
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, wagtail blocks, crispy-forms with their templates, tailwindcss) that we will explore and suggest as a possible solution.
18+
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.

0 commit comments

Comments
 (0)