Reimplement the grid of clickable cells web app using React. This version of the app should have two components:
- App - dynamically creates a 2-dimensional grid of cells
- Cell - toggle’s its background color on click
React App
Reimplement the grid of clickable cells web app using React. This version of the app should have two components: