2
Answers

How can I use React Hooks with MVC C# in JSX file

Pratik Pimple

Pratik Pimple

3y
1.2k
1
I am creating application using MVC c# and React,
 
but while using React Hooks i am getting error like below
 
"Uncaught ReferenceError: useState is not defined"
 
how to resolve this issue in MVC? 
 
 
 
Answers (2)