Knowledge check: Rules of Hooks and Fetching Data with Hooks - Advanced React
True or false: You should not call hooks inside loops.
True
False
True or false: You should call hooks inside if statements.
True
False
True or false: You should call hooks inside nested functions.
True
False
You are allowed to:
only ...