Live data from Hacker News

Htmx vs. React: A Complete Comparison – Semaphore

semaphoreci.com

1–10 of 88 posts

Re: Htmx vs. React: A Complete Comparison – Semaphore

#3
We've been using Turbo for over a year now (similar idea to Htmx). Pretty happy not to be using React anymore. Most of the complexity is offloaded to the backend where we can handle it better with a typed language system and no middle layer (e.g. GraphQL) between our app and the database.

TypeScript is not typed fwiw, e.g. `as any`.

Re: Htmx vs. React: A Complete Comparison – Semaphore

#10

As a backend engineer I Still haven’t managed to learn how react data management or JSX works. Every time I try to dive into it I get a strong migraine. I hope something easier comes popular before I would need to learn FE

Have you looked at htmx? Or even full vanilla?
Post reply on HN