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.

React, Solid, Htmx

20 pointsby bnewtonabout 1 year ago

3 comments

PaulHouleabout 1 year ago
... I remember inventing signals circa 2005 for a knowledge graph editor I worked on in GWT back when I didn&#x27;t care about knowledge graphs. Not long after that I was using similar concepts to develop a complex Silverlight decision support application for sales territories.<p>I&#x27;m still a little appalled that people have forgotten how to make HTML form applications like we made in 1999 and frequently use React for things that don&#x27;t really need it. React has, I think, one of the most elegant methods of implementing a widget set ever invented (sure beats XAML, FXML, Visual Basic, etc.) but it doesn&#x27;t support a real answer to maintaining application state that would be adequate for applications as complex as RIAs made by early adopters in 2005.<p>My favorite use for React is<p><a href="https:&#x2F;&#x2F;aframe.io&#x2F;" rel="nofollow">https:&#x2F;&#x2F;aframe.io&#x2F;</a><p>which works like a cross between VRML and Unity Framework. Here you can easily build a virtual world that people can experience with desktop, mobile and VR headsets. Something you can&#x27;t do with HTML forms!<p>I have a few side projects based on HTMX but I am pretty sure we will see something like it but better soon. In particular back end frameworks need to be updated for the new reality. Often you have a &quot;component&quot; like a dropdown box which can either be drawn as part of a bigger page or updated on its own and you really need some way you can reuse the HTML template for those purposes and hopefully also reuse associated code that does database lookups and such.
评论 #40015315 未加载
jaredcwhiteabout 1 year ago
This is a good article, but I think the &quot;future of web development&quot; is using native web APIs for like 99% of everything.<p>I&#x27;m really sick and tired of framework churn at this point. I don&#x27;t like any of the options. I don&#x27;t want React, Solid, or Htmx. I don&#x27;t want Turbo or Alpine, I don&#x27;t want Svelte or Solid.<p>I don&#x27;t even use Lit anymore most of the time.<p>Give me vanilla* or give me death!<p>* (and a smattering of _very small_ libraries which do only one thing and one thing well. Signals from the Preact team is pretty awesome in this regard because you can just use the signal&#x2F;computed&#x2F;effect however you like. Create your own component architecture. Stick &#x27;em in custom elements. Anything. We need a lot more of that!)
cholanteshabout 1 year ago
I am pretty solidly out of frontend development these days, but for those that aren&#x27;t, curious about where svelte fits in here.
评论 #40018914 未加载