30 Days of React

Day 1:

  • React is a Javascript framework for building user interfaces.

  • 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.

  • React works on a virtual DOM built in memory which allows it to change quickly

Last updated