I am a developer from Costa Rica, who likes hamburguers, listens music, father of 2...
Help and opened to discussion, make friends
The practice of put in place useCallback https://reactjs.org/docs/hooks-reference.html#usecallback is useful because guarantees that a function won't change unless its dependencies change, and making sure we can pass down that function to any other ...

Array API during the latest years is becoming more and more powerful, there are a lot of useful functions that we can rely on every day, but one that has many use cases when transforming arrays into other types: objects, strings, numbers and you cont...
