DEV Community

Discussion on: How to easily load React apps into an ASP.NET project using webpack

Collapse
 
noob_jeffrey profile image
JEFF

Super helpufull , how can i add typescript to it?

Collapse
 
milenamonteiro profile image
Milena Monteiro

You could probably configure webpack for typescript, then load the .js script generated in the same way, I could do a guide for that in the future as well.

Collapse
 
vachir_noah_39f2c6a81f32e profile image
Vachir Noah

Hello!