Function Currying: A real-life use example
When you start writing a component you normally define all the functions and other utils in the same file, but as the code grows you want to move them into an isolated file to keep your code cleaner.
But what if one of your functions takes a paramete...
sinaptia.hashnode.dev5 min read