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
Prettier for consistent code formatting. ESLint for code linting based on Airbnb's style guide. Ensure code passes linting (npm run lint) and is formatted (npm run format) before committing.
UI & Styling:
MUI components with @emotion/styled and sx prop. Mobile-first design with MUI Grid.
Centralize theme in _shared/theme/.
Drag & Drop:
Use @dnd-kit for drag-and-drop; fallback to react-beautiful-dnd if necessary.
Animations:
Use framer-motion for smooth, performant transitions.
Performance Optimization:
Minimize useEffect and state; prefer context or reducers.