Build a pixel art drawing app. React Context: Allows you to share data between components more easily. Instead of having to pass a prop down multiple levels, you can use Context. When a color is clicked, that color becomes the drawing color, Then, when one of the grid squares is clicked, it should be colored in with the drawing color. Use React Context to share the state between your components...