Fetching Data In React Apps And Optimistic UI Updates Using SWR 2.0
So, In my last blog, I talked about how we can fetch data and perform CRUD operations on API using Axios. There was an imminent problem with Axios. It needed a page refresh on any CRUD operation to show the mutated data.
While this is OK with Vanilla...
officiallysidsingh.hashnode.dev4 min read