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
Without using Redux lib and similar approaches like (useReducer + useContext)
- Update state on drag and drop event with forwardRef and useImperativeHandle hook to avoid rerendering whole boards
Note: In this project instead of using redux or simliar approaches (useReducer + useContext in react hooks) , I'm just using simple useState but trying to avoid extra rerendering by using forwardRef feature of react plus useImperativeHandle hook inside Board.tsx component and