DEV Community

Walid Chahmi
Walid Chahmi

Posted on

Last minute Frontend interview checklist✅

Here are some key frontend concepts that can serve as a useful checklist for interview preparation:

  1. Pagination and Virtualization
  2. Debouncing
  3. Websocket and REST APIs
  4. Authentication vs Authorization
  5. Redux and Zustand
  6. Lazy Loading and Code Splitting
  7. Bundle Size Optimization
  8. Tree Shaking
  9. Memoization (useMemo, useCallback)
  10. Caching (Client + Server)
  11. Core Web Vitals (LCP, INP, CLS)
  12. Cross Browser Compatibility
  13. Suspense (React)
  14. Image Optimization (WebP, AVIF)
  15. Accessibility (a11y)
  16. Micro-frontend Architecture
  17. Testing - Jest, Playwright

Top comments (0)