Knowledge check: Passing state - React Basic
What is the Context API?
An alternative way to working with state in React.
A way to change the execution context of a function in JavaScript.
When working with useState to keep state in a variable, you should not use array destructuring.
True
...