Category React

Why React JS is a Library not Framework

Developers often get confused with React when it is compared to Angular or Vue, as Angular and Vue are JavaScript frameworks but react is not. But the question is why? Let us first understand what is a library and a…

Framework VS Library

Basically, both the library and the Framework are reusable pieces of code written by developers to solve common occurring complicated problems. The difference comes when you understand “Who calls whom” or “who uses whom”. Library A library is a collection…