logoalt Hacker News

wavemodetoday at 3:25 AM2 repliesview on HN

I would argue that the proliferation of frontend frameworks is evidence is that we -don't- know what the optimal abstraction is for building frontend applications. We're all still trying to figure that out.

Just look at what happened with Web Components. It didn't take over or become the foundation of everyone's software. It just became yet another competitor [0].

I wish the standards committees would focus their efforts on improving JavaScript the language. That has a much greater and more lasting return on investment.

[0]: https://xkcd.com/927/


Replies

jdkoecktoday at 6:20 AM

Is there really a proliferation? At this point it’s 90% React.

branko_dtoday at 6:58 AM

I would love to see Web platform become more similar to JVM or .NET CLR - just a bytecode JIT with access to rich layout/rendering engine. Then build whatever you want on top of it.

show 1 reply