Build Modern Laravel Apps Using - Ep 22, Better Performance With Debounce and Throttle

Whenever you make a network request as a response to the user typing into an input, it’s essential that you implement some form of request throttling. There’s no need to make dozens of instant requests to your server if you don’t have to. In this episode, we’ll solve this by reviewing Lodash’s debounce and throttle functions and discussing the differences between the two. Watch this full series, track your progress, and participate in a massive Laravel community at . Laracasts: Build Modern Laravel Apps Using : Laracasts Twitter: Jeffrey Way Twitter:
Back to Top