▲ | ksec 2 days ago | |||||||||||||||||||||||||||||||
I remember someone on HN puts it really well. There is a whole generation of developers that thinks frontend = React. And more importantly they are in much larger number than those of us who went through DHTML and Ajax. We are now the minority, and they are the norm. | ||||||||||||||||||||||||||||||||
▲ | prisenco 2 days ago | parent | next [-] | |||||||||||||||||||||||||||||||
Not just developers, but designers. Finding designers who understand hypermedia in that way is nearly impossible. A team that decides to shift towards this approach to development has to get buy-in from the designers as well. It's not just the devs who have to retrain. | ||||||||||||||||||||||||||||||||
| ||||||||||||||||||||||||||||||||
▲ | masfoobar 2 days ago | parent | prev | next [-] | |||||||||||||||||||||||||||||||
It is hard to know our future. What I am about to write could be wrong, but I will try... At a basic level - it is all html, css, javascript and a server side language at the end of the day. Whether we are talking today or back in the early 00's. For few years now, we add nodejs, typescript, React, etc.. on top of it. Personally, while I understand the purpose of using such tools for complicated web development, I still believe good websites can be created without them. It keeps is simple, small in size, etc. Of course, a few years before that the push was angular or knockoutjs. Before that the push was jQuery, etc. For the future. Lets say in the next 15 years, while I still believe that html, css and javascript will remain.. I do think react, like angular, will be replaced by something else. Honestly, I think its just a matter of time before WASM takes over or the evolution of such technology. Personally, I have toyed WASM builds in compiled languages and think it will win for web development for speed, performance, and lack of fluff. However, we are not there yet. For example, I had to build a internal web application for staff. They have a number of drop downs and text fields, etc. I was experimenting implementing it with (something like) immediate mode UI such as IMGUI in Go. While the results were great, it reached a deadend not because of WASM, langauge, but lack of UI features. I needed to include OpenStreetMap, which is not supported. I had to bite the bullet and accept writing it as a typical Website. I went with htmx + leafletjs in the end. Again, it worked out well. | ||||||||||||||||||||||||||||||||
▲ | owebmaster 2 days ago | parent | prev [-] | |||||||||||||||||||||||||||||||
In 10 years, the people that knows React will be the minority compared to the ones that only know vibecoding. | ||||||||||||||||||||||||||||||||
|