logoalt Hacker News

ivanjermakovtoday at 12:14 PM1 replyview on HN

Running typescript without compilation is still tricky with plain Node. `vite dev` has amazing DX not available for Node programs. I'm wondering if Vite+ tackles this problem.


Replies

curtisblainetoday at 12:20 PM

Don't we have `tsx` and `nodemon` (or the native Node reloader) for that? What are the DX gaps you see on the server side out of on-the-fly transpilation and reload on watch?

show 4 replies