Skip to content

Commit

Permalink
fix incorrectness
Browse files Browse the repository at this point in the history
  • Loading branch information
dphuang2 committed May 1, 2024
1 parent b80545c commit 89dd8f8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions generator/konfig-docs/blog/2024/04/30-htmx.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -236,10 +236,10 @@ also uses more declarative paradigms, which can be harder to read for developers
who are just beginning to learn HTMX. This makes HTMX more complex and less
user-friendly for those sorts of developers.

Current best practices often involve a more imperative style of programming,
while HTMX, on the other hand, is more declarative. This is a fundamentally new
approach to interface design, which developers would need to learn and adopt
before feeling comfortable reading and programming with HTMX.
React involves more in-memory state management on the client, while HTMX, on the
other hand, embeds state in HTML itself. This is a fundamentally new approach to
interface design, which developers would need to learn and adopt before feeling
comfortable reading and programming with HTMX.

## 👎 HTMX is only good for simple use-cases

Expand Down

0 comments on commit 89dd8f8

Please sign in to comment.