David Nguyeneplus.dev·Aug 8, 2024Knowledge check: Passing state - React BasicWhat 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 ...37 readsReact BasicsKnowledge check: Passing state - React Basic