Hacker News new | ask | show | jobs
by helsinkiandrew 1823 days ago
> they use client-side rendering for static content. In my opinion, this is absurd

I'm not a mathematician but what's the problem with client side rendering - I just about only write equations in jupyter notebooks, the syntax isn't great but it seems to work perfectly and scales to the resolution required. Math rendering is far from the most complex thing being rendered on the front end.

https://jupyter-notebook.readthedocs.io/en/stable/examples/N...

1 comments

It tends to mess with anchor links, as the browser will scroll to the appropriate heading which gets pushed down as rendered content takes up vertical space.