Search posts, tags, users, and pages
Atif Riaz
Frontend Developer (10+ years) - Tweet about HTML/CSS, React, JavaScript, WordPress, ChatGPT, AI, Useful Resources, Web development Roadmaps
SWR is a React Hooks library for data fetching. It allows you to use React Hooks to fetch data from an API, cache the data, and re-use the data when the component renders. SWR first returns the data from cache (stale), then returns the fetched data (...
No responses yet.