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
Use interfaces only if it makes sense like you need to extend from or you implement it somewhere(= strategy pattern). For props or state use type instead.
For better understanding see this issue and read this article.
Use
interfacesonly if it makes sense like you need to extend from or you implement it somewhere(= strategy pattern). For props or state usetypeinstead.For better understanding see this issue and read this article.