As the question suggests, what are some frontend features every frontend developer should know how to implement/optimize for, as a standard thing a frontend dev should know? A few things off the top of my head would be,
Working with APIs to
- Search
- Sort
- Filter
Optimizing by
- Throttling
- Debouncing
- Memoization
What else?
Top comments (2)