David Nguyeneplus.dev·Sep 16, 2024Knowledge check: Reusing behavior - Advanced ReactWhen 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...44 readsAdvanced ReactKnowledge check: Reusing behavior - Advanced React