Hacker News new | ask | show | jobs
by onehair 534 days ago
I'm currently thinking of rewriting a personal website from next.js to plain html/css/js. Just don't want no bundling no more. My reasons are similar to yours, but one that's been itching at me was the loss of clicking view source and learning about code directly from a page with ease.

Didn't know I could still do typescript and just have my workflow strip the annotations out though. That's really worth exploring.