Should we convert from CRA to Vite as vite is not officially recommend by React documentation

Production-grade React frameworks given by documentation are

  1. next.js
  2. Gatsby
  3. Remix

So using vite for production level is fine or not?

I want someone to answer the that I should use vite or not for production in company.

Or I should stick with CRA only as it is deprecated.