What React is and what it is not
At this point, let’s cite the React documentation that has summarized it nicely:
“[React is] a library for building user interfaces.”
Even if this explanation might seem a little short, we can deduce a few key points from it to understand React better. First, React is just a library, not a framework. It does not boast an ...