Eliminate the need for global state in React by using SWR

Introduction
When I first heard of SWR, I didn’t fully grasp all the concepts. The thought of having all the frustrations that I’ve had when dealing with global state as well as api calls just disappearing seemed impossible. Using additional tooling … Read more

Similar