top | item 30513339

(no title)

tinganho | 4 years ago

I think in the class world this is normally done by writing a service and injecting it on the constructor of the parent class. Since, React doesn't have DI built-in, it becomes problematic with the injection. hooks are essentially classes imo.

discuss

order

arcosdev|4 years ago

How does it become problematic? You just pass in dependencies as arguments to functions or components.