# 30 Days of React

Day 1:&#x20;

* React is a Javascript framework for building user interfaces.&#x20;
* It is made of components,  which can also then contain many other components and be reused and so on. There are higher and lower level components.&#x20;
* React works on a virtual DOM built in memory which allows it to change quickly
