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
currently, we are importing useState, useEffect, CSSProperties, etc.. from react each time when we need it, by this code is not looking clean and we are writing repetitive things.
we can import all these methods at the beginning only and use it in our code.
The text was updated successfully, but these errors were encountered:
currently, we are importing useState, useEffect, CSSProperties, etc.. from react each time when we need it, by this code is not looking clean and we are writing repetitive things.
we can import all these methods at the beginning only and use it in our code.
The text was updated successfully, but these errors were encountered: