Published onDecember 26, 2021What are Webhooks?CallbacksAPIA webhook in web development is a method of augmenting or altering the behavior of a web page or web application with custom callbacks. Dive in to learn more!
Published onAugust 7, 2021How to Correctly Debounce and Throttle Callbacks in ReactReactCallbacksIn this post, you’ll learn how to correctly use React hooks to apply debouncing and throttling techniques to callbacks in React.