You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,8 +4,8 @@ Write HTML using Swift Macros.
4
4
- Swift Macros are powerful and offer performance benefits
5
5
- Alternative libraries may not fit all situations and may restrict how the html is generated/manipulated, prone to human error, or cost a constant performance overhead (middleware, rendering, result builders, etc)
6
6
- HTML macros enforce safety, can be used anywhere, and compile directly to strings which are easily manipulated
7
-
- The output is already minified at no performance cost
0 commit comments