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
It is advised not to keep every line of code in single file. Make use of components... that's why we are using React :-)
But we have quite a few functionalities in Practice.js that can be separated out
Create a new component wherever needed and optimize the code.