Started using Bun last year for some quick tests and it ended up fully replacing Node for any new projects after using it for over a decade.

I've reduced my dependencies 5-10x. Got full TS and JSX/TSX support with zero setup. Watch mode is instant. You can deploy a single binary.

I kept waiting for all the breaking issues people complain online but my experience has been nothing but positive.