I think the reason you haven't heard about it is that it just works. It's fast - with Vite 8 my moderately large app compiles in ~800ms, which includes typescript, react compiler etc.
I also took a step to clean out all memo, useMemo, useCallback across the app and so far have not run into any issues from doing this.