DEV Community

Discussion on: Why I Stopped Using Redux

Collapse
 
juliang profile image
Julian Garamendy

Great article! Treating data cache differently from UI or app state is key.

For anyone who hasn't tried React-Query or SWR yet, I recommend this 18-minute video tutorial by Leigh Halliday.

Also, I wrote How SWR works behind the scenes, if you're curious.