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
I remember reading or Ivan mentioning to be cautious to not overuse useState if not necessary.
In your CreateReview.js, for instance, do you need to have those variables (name, rating, etc) as state? Are these going to appear as published to all current users?
The text was updated successfully, but these errors were encountered:
I remember reading or Ivan mentioning to be cautious to not overuse useState if not necessary.
In your CreateReview.js, for instance, do you need to have those variables (name, rating, etc) as state? Are these going to appear as published to all current users?
The text was updated successfully, but these errors were encountered: