2
Answers

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

Photo of Pratik Pimple

Pratik Pimple

4y
1.3k
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)