gdirk07 / PokemonChecker

Playing around with APIs
https://gdirk07.github.io/PokemonChecker/
0 stars 0 forks source link

Updated PokemonDisplay component rendering component #31

Closed gdirk07 closed 2 years ago

gdirk07 commented 2 years ago

Added a couple function components to offload some of the code from PokemonDisplay. This is a necessary step before we being designing the look of the display.

Part of the refactor issue, however I would still like to see App.tsx refactored, or not, its something to discuss

jeremy-jtlo commented 2 years ago

Appreciate the work splitting our views into smaller bits.