VS 2019 for Windows allows us to create new projects with templates for react or react+redux.
Where to find such an option in VS 2019 for Mac?
According to the source code, there is no such template yet.
Alternatively, you can use dotnet new
command at terminal to create new projects, as documented here.