You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Put the instructions (README) in the front page for the users.
Add a loading indicator on the Cat, Dog, Wild Animal pages so that the users understand that the blank page they see will be loaded with images after a while
The ProgressBarCat, ProgressBarDog, ProgressBarAnimal look like they share most of the code. It's probably a case of DRY here. It would be nice to have an abstract component to handle cats, dogs, wild animals and whatever new species might be added in the near future (e.g. decent human beings). Same goes for ImageGridCat, ImageGridDog, ImageGridAnimal, the hooks useStorage* and Cat.js, Dog.js WildAnimal.js. They all look that they can be re-used. The point is that if your app needs to scale, e.g. add 3 more animals, you will be repeating most of the code, writing, copying, pasting which involves a higher risk of making mistakes and of course what would happen if you need to change all the ImageGrids? Will you have to change 6 different Components? That's why Composability in React is the key to a well structure and extensible app.
Display the number on the screen along with speech synthesis
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: