#Use JSX in ASP.Net Framework 4.7.2
1 messages · Page 1 of 1 (latest)
I'm not sure how Vite and ASP.NET are related? In a Vite project, you can use JSX code with the .jsx file extension
Yes, I know that. I want to be able to process JSX tags. I am currently rendering React components in ASP.NET project with ASPX, but without jsx tags i.e. using 'div' instead of <div></div>
If Vite isn't part of your project currently, then I don't quite know how. It's best to check what ASP recommends if you want to write in JSX instead
I would like to make vite part of the project, and be able to render React components in ASPX. How can I do it?