fragments

This commit is contained in:
Carson Gross 2022-08-30 08:03:21 -06:00
parent 76d6681f87
commit 8ca40e7a08

View File

@ -80,8 +80,7 @@ Fragments (and the ability to render them directly in controllers) appear to be
libraries and provide an excellent opportunity for improving the developer experience when working with htmx and other
hypermedia-oriented libraries.
Here are some known implementations of the fragment concept. Please let me know if you know of others so I can add
them to this list.
Here are some known implementations of the fragment concept:
* Python
* [Django Render Block Extension](https://pypi.org/project/django-render-block/) - render fragments (blocks) of templates in both
@ -89,4 +88,6 @@ them to this list.
* Java
* [Thymeleaf](https://www.thymeleaf.org/doc/tutorials/3.0/usingthymeleaf.html#fragment-specification-syntax) -
Supports fragments but does _not_ appear to support rendering them directly in controllers
* [Chill Templates (currently in early alpha)](https://github.com/bigskysoftware/chill/tree/master/chill-script)
* [Chill Templates (currently in early alpha)](https://github.com/bigskysoftware/chill/tree/master/chill-script)
Please [let me know](/discord) if you know of others, so I can add them to this list.