Can I run a regular function inside of a useEffect hook? Must it be an asynchronous function?
1
0
0
181
0
@codewitheyezyc Yes, you can use regular functions. There is no limitation to run async functions only.