Description
I'm very new to react but have done quite a bit in asp.net core. Recently started learning react and I started with dotnet new reactredux which is one of the spa templates for asp.net core as documented here: https://blogs.msdn.microsoft.com/webdev/2017/02/14/building-single-page-applications-on-asp-net-core-with-javascriptservices/
All the spa templates in dotnet new are using typescript and I would also like to use typescript. However the templates in dotnet new are a bit out of date, especially using react-router 2.x. rather than 4.x I have been trying to update the template to use react-router 4.x with redux but being new to react I am struggling a bit, so I decided to google for more react aspnet core starter kits and found this project which looks much more up to date and more of a real world example.
If this starter used typescript it would have everything I've been looking for, so wondering have you considered or would you consider integrating typescript into this kit? I understand if not but it never hurts to ask.