Usage with class components #892
-
Although SWR has been documented as a React hook for fetching data, would there not be an option to use the |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
@WoolDoughnut310 SWR is a React hook library and is intended to be used with function components, so we cannot use it in class components. #175 |
Beta Was this translation helpful? Give feedback.
@WoolDoughnut310 SWR is a React hook library and is intended to be used with function components, so we cannot use it in class components. #175