Understanding React’s render and diffing mechanisms with Preact. — It has been a while I had this curiosity to dig into React’s code-base and find out how its internals and how the mysterious diffing algorithm works. While I was searching more on this I found this React alternative library called Preact which has smaller code-base than React but provides…