React JS Hooks are a new addition to the React library that allows developers to use state and other React features without writing a class. They were introduced in React version 16.8 and have quickly gained popularity due to their simplicity and ease of use. In this comprehensive overview, we will explore the different types […]
Tag Archives: hooks
Hooks are a way for one piece of code to override other code at specific, pre-defined place. They make up the foundation stone for how plugins and themes interact with WordPress Core, but they’re also used extensively by WordPress Core itself. There are two types of hooks: Actions and Filters. To use them, we need to function to […]


