Create a component that makes use of the useReducer() hook instead of useState() and that has: 1. The three color option
Posted: Mon Jun 06, 2022 1:49 pm
Create a component that makes use of the useReducer() hook instead of useState() and that has: 1. The three color options are the basic colors of the RGB spectrum (red, green, blue) (Try to randomize the color that gets chosen every time).