What are some features that every frontend developer should know how to implement?

blazephoenix

Tanmay Naik

Posted on April 19, 2020

What are some features that every frontend developer should know how to implement?

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?

💖 💪 🙅 🚩
blazephoenix
Tanmay Naik

Posted on April 19, 2020

Join Our Newsletter. No Spam, Only the good stuff.

Sign up to receive the latest update from our blog.

Related