You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi
I need to use the react middleware in the console application to convert JSX files on-the-fly. But I do not need to use ASP.NET MVC (and I hurt because ASP.NET MVC packages are in the dependency list of my project). Could you move the middleware-related classes into a separate nuget package?
The text was updated successfully, but these errors were encountered:
Interesting idea. I could move the MVC classes into a new React.AspNet.Mvc package, and change React.AspNet to just contain the middleware. What do you think?
Hi
I need to use the react middleware in the console application to convert JSX files on-the-fly. But I do not need to use ASP.NET MVC (and I hurt because ASP.NET MVC packages are in the dependency list of my project). Could you move the middleware-related classes into a separate nuget package?
The text was updated successfully, but these errors were encountered: