You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is it possible to create an API for functional components?
Currently, it only supports Component classes and stateless components. So it's quite awkward if we need to generate side-effects on initialization, for example.
The text was updated successfully, but these errors were encountered:
Is it possible to create an API for functional components?
Currently, it only supports
Component
classes and stateless components. So it's quite awkward if we need to generate side-effects on initialization, for example.The text was updated successfully, but these errors were encountered: