
React Lifecycle Methods of a Functional Component
All about the React useEffect() hook
May 20, 20227 min read215
Search for a command to run...

All about the React useEffect() hook

call(), bind() & apply()

Why Debouncing? If you've ever worked with an API and implemented a Search feature, then you must have noticed how the API call is made every single time you add/delete a character in the search bar. Imagine this happening in a website having a huge...

Introduction The pandemic has made us all stay indoors for most of the day, which is why we need some entertainment activities that can refresh us while continuing to stay indoors. So, I thought of building a Movie App that can give me a list of movi...