3

does anyone know that React+Material-UI can use on ASP.NET .

I'm try use React.NET , but it's cannot use Material-UI conponent .

even use webpack to compiler it or Material-UI just only for NodeJS ?

Thank you

1 Answer 1

1

Can you show the error? Material-UI and any other javascript library is totally not (ASP.NET/Django/Spring/Node.js) related, these are just a bunch of assets files.

Sign up to request clarification or add additional context in comments.

1 Comment

oh i solve this issue , it's need add extra webpack.config parameter resolve: { modulesDirectories: ['node_modules'], alias: {}, extensions: ['', '.jsx', '.js'] } reference : stackoverflow.com/questions/28042157/… Thank you reply :D

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.