Pratik Pimple

Pratik Pimple

  • NA
  • 289
  • 10.7k

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

Mar 30 2021 11:48 AM
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)