
What I have learned so far in React
As many of you already know, React is a Javascript library developed and maintained as open source by Facebook, and it’s sole purpose is to create composable and reusable user interfaces (a.k.a. components). If you…