As a react developer, there is a huge chance you have heard about and made use of useEffect, which is a hook that lets you perform a side effect in a...
Often times as react developers we are conflicted about which hooks to use to manage the internal state of our component. When to use useState or...
Array is an important data type in most programming languages. As programmers, we make use of arrays frequently. Array provides a lot of methods. We...