From a5936f02c5d8aada531b5654f68f155ae65a7f69 Mon Sep 17 00:00:00 2001 From: Dmitry Iv Date: Thu, 28 Dec 2023 21:54:10 -0500 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 09ba821..d5c804b 100644 --- a/README.md +++ b/README.md @@ -52,9 +52,9 @@ For `htm` manual, refer to [htm docs](https://ghub.io/htm). ## Justification +Generally HTM is a better choice, since it has better performance and enables caching.
+But if your app doesn't render components frequently or you need HTML support, then XHTM can be a good choice. Originally that was just minimal HTML parser implementation (~60LOC), best from 10 variants in R&D branches.
-HTM has better performance, but stricter limitations, so if your app renders components multiple times, then HTM can be a better choice.
-But if you need HTML support and no so frequent updates, then XHTM is a good choice.