Knowledge check: Reusing behavior - Advanced React
When dealing with cross-cutting data in your React applications, what are some of the problems of using a custom hook to encapsulate that logic? Select all that apply.
That it turns a stateless component into a stateful one.
The fact that you would...