DEV Community

Discussion on: A Visual Guide to React Rendering - Cheat Sheet

Collapse
 
juanpumpkinpie profile image
juanpumpkinpie

I do the same using Redux and Redux thunk to renders API, but Iwould like to know if you can do a real simple sample using like that way but taking in memo the response to display the same information changing just condition of the request. I means, avoiding another request and making it to the memo hook already stored in redux.