

That’s a pretty commonly requested feature. I’m not saying no, but some of the decisions I made about how we render comments makes this complicated. As of right now, there are higher priority things on my list, like making the comments jump around less as they load it. Also adding a comment jump button to move to the next top level comment.












Imo the speed of the language isn’t that important for the types of things you build on web. You can shoot yourself in the foot using JavaScript (with or without React) and you can shoot yourself in the foot with any other language. If you architect a good React app, you can deliver a great user experience. I’m sure there is some web use case that genuinely requires insane performance that you shouldn’t use React for. But for most projects, you’ll be fine.