DEV Community

Discussion on: Redux or Recoil?

Collapse
 
sergiodxa profile image
Sergio Daniel Xalambrí

I recommend you to try out swr.now.sh or React Query, but are state management libs for data fetched from an external source (usually an API). And they come with nice extra features like automatic revalidation, a cache of the data to share it globally, request deduping to avoid duplicated requests.