code-hike / codehike

Marvellous code walkthroughs
https://codehike.org
MIT License
4.51k stars 140 forks source link

Compiling mdx on browser is very slow... #162

Closed nurmohammed840 closed 2 years ago

nurmohammed840 commented 2 years ago

I run the browser example, It took so much time to render. I looked at the dev console,

It send 435 requests! and finished in: 6.52 seconds*

pomber commented 2 years ago

Yes, browser support is just a proof of concept right now.

I'm planning to make a playground that runs on the browser, so optimizations are coming soon.

pomber commented 2 years ago

v0.5.2-next.2 should make it much faster