React Practice Test
React Hooks useContext and useReducer
What must you create before using the useContext hook?
Select your answer
A
A Redux store
B
A context object with React.createContext
C
A global variable
D
A class component
Hint