Hacker News new | past | comments | ask | show | jobs | submit login

I love reading about people's first principles technqiues of different technologies on HN! What do you think React will be supplanted by?



The long term hope is regular old ES7/Next.

One of the reasons the virtual DOM exists is because it really tries to get around the browser limitations on DOM rendering. We were also all trying to manage templates and data binding. If you remove these three things, most of us could architect very simple JS apps with a singleton object.

It’s as soon as you need to define the dynamic template structure, bind data to it, and do everything in a browser performant way, is when we started trading away the simplicity for off the shelf complexity that solves mostly these three problems.


Meant to say critiques above, not "technqiues"


I've gotten by using a templating engine like Handlebars along with jQuery for async behavior for pretty much all of my apps. Reduced the time I spent building UIs a huge amount.

There are actually very few websites that 'require' an app-in-browser experience. And for many of those, clever usage of jQuery plugins works well enough.


web components when they finally mature.


Maybe something like svelte?


I just started studying svelte today (alongside Vue). I look forward to sharing my thoughts soon.


Things I wish I knew about Svelte: error handling is fragile and/or non-existent.


I will keep that in mind, Thank you :)


HTML is pretty cool.


jQuery, when people stop fucking around and start making sites that work again.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: