See more
Keep in mind that the last thing anyone wants to see in your code is a giant 200–300 line component full of crazy bells and whistles.
… languages like Python have decorators in-built and JavaScript is going to support decorators soon. HOCs are very much like decorators.
In Node.js, each iteration of an Event Loop is called a tick. To schedule a callback function to be invoked in the next iteration of the Event Loop, we use proce…