0

SWR Hook created by Vercel and it was recommending for Data fetching of Next.js So can i use SWR Hook with pure React / Create React App ?

Anna
  • 228
  • 1
  • 3
  • 13

1 Answers1

2

Of course.

The first Basic Usage example of the SWR Homepage even contains an example of swr in a normal react app.

manuelkruisz
  • 1,142
  • 7
  • 4