I installed Visual Studio Community 2022 on my Mac. The only templates that I am getting are these on screenshot. When I chose React.js - it's using the class components and not create-react-app scripts but I don't want that. I want to be able to create an app with create-react-app with typescript template and use functional components.
When I was looking at docs I found the options: create React standalone project - but I don't see any in my Visual Studio instance - I believe is not supported on Mac.
What are then my option to achieve that? Do I need to make separated project for react in some other editors like VS Code? I got asked to make it in VS because of an automatic deploy via Publish and Azure?
Can I do that in VS Code also?