TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

REST Explained

5 pointsby Kinranyabout 1 year ago

1 comment

jfengelabout 1 year ago
I think the term REST got co-opted because people just didn&#x27;t want to actually use the Representational State Transfer. Its &quot;Self Descriptive Messages&quot; mix presentation with data in a way that strikes a lot of programmers as wrong.<p>They needed a name for the &quot;right&quot; thing, passing data around and then deciding how to present it. REST isn&#x27;t correct, but the name was there -- and not really being used.<p>I don&#x27;t entirely understand HTMX, but as far as I can tell it really does want to pass HTML around in something closer to the original REST spec. It just provide a lot of infrastructure required to make that work, unspecified in the original REST spec.