Hacker News new | ask | show | jobs
by friedman23 2789 days ago
As someone that prefers python it is unfortunate that the only way to get SSR is to commit to JS but with web assembly I think we will eventually have tools such as React and Redux be translated to other languages.

As far as performance goes js isn't too bad. It's async by default and a lot of effort has gone into making it run fast.

1 comments

Yeah I actually have few problems with js itself. It's npm and this tendency to have a million 3 line dependencies. In, for example, the ruby gems ecosystem, there just isn't that problem.