DEV Community

Discussion on: Why I Stopped Using Redux

Collapse
 
1995muzaker profile image
Shaikh Muzaker

Using rather than redux would like to prefer SWR with context api as of i didn't got chance to work on SWR but i went through docs it is much comfortable. what i feel is compare to redux SWR will be great where not need to call actions multiple time for dispatching the function. we can use a hook in the components that are needed and don't need to much worry about managing the own global store while using SWR with context api.