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
For example, I could have an existing ASP.NET app. Then I need to build a component using React on a page served by ASP.NET. How do I configure create-react-app for this scenario without ejecting?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
For example, I could have an existing ASP.NET app. Then I need to build a component using React on a page served by ASP.NET. How do I configure create-react-app for this scenario without ejecting?
For example, Vite has some guidance for this scenario: https://vitejs.dev/guide/backend-integration.html#backend-integration
I want to use create-react-app because sometimes I need certain babel plugins that Vite does not support well.
Beta Was this translation helpful? Give feedback.
All reactions