Skip to content

Commit

Permalink
Mention lustre along side nakai
Browse files Browse the repository at this point in the history
As it is a prominent part of the ecosystem and has 'render to string'
functionality.
  • Loading branch information
michaeljones committed Apr 30, 2024
1 parent c3d56b7 commit 7663a2c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ text. Matcha generates well typed code that avoids issues that some more dynamic

That said, if you're planning to generate structured output, it is sensible to use a better suited approach. For data
formats, this should be serialization and deserialization libraries. For formats like HTML, you would likely be better
using a library like [nakai](https://github.com/nakaixo/nakai).
using a library like [lustre](https://hexdocs.pm/lustre/lustre/element.html#to_string_builder) or
[nakai](https://github.com/nakaixo/nakai).

## Installation

Expand Down

0 comments on commit 7663a2c

Please sign in to comment.