Reactjs – how to optimze my page without causing too much re render in react/next js
Hello I got my react page code to edit user profile it has a dropdown selector from react-select library and an input text box. as for my state management i use zustand. My page run just fine for its purpose…