code-hike / codehike

Build rich content websites with Markdown and React
https://codehike.org
MIT License
4.68k stars 142 forks source link

[smooth-code] Improve animation performance for large files #93

Closed pomber closed 2 years ago

pomber commented 2 years ago

We are rendering all the lines of the file even when only a few are shown. It shouldn't be too hard to virtualize the lines and don't render the ones that aren't in view.