Set up React 19 Compiler in a Vite Typescript Project
If you exist in the Engineering world of React, then you’ve likely heard about React 19’s new compiler that promises to optimize your code for you (to a certain extent). I was really excited about it when I heard so I couldn’t wait to set it up. I use Vite these days rather than Create …