petiand / miu-hook-prectice

0 stars 0 forks source link

List performance improvements #7

Open DragosBusuiocLD opened 12 months ago

DragosBusuiocLD commented 12 months ago

To assure a smooth interaction with the list during an user input (in this particular case I am refering to the favorite button), make sure that the entire component list and the cards are not rerendering, but only the one that was added or removed from favorite

petiand commented 11 months ago

https://github.com/petiand/miu-hook-prectice/pull/12