Relative Content

Tag Archive for pythonreactjsreact-hooks

List memoization issue on a personal project

Im working on a personal project witch is a simple pokedex for pokemons. Im trying to memo the pokemonsList in the PokemonsTable.jsx component so if I toggle a dark mode, the list of the pokemons wont change, but for some reason there is a delay when Im clicking on the toggle dark mode btn,
this is the link to me ripo : https://github.com/yuvalmash/Pokedex