Files
30-seconds-of-code/glossary/React.md
Angelos Chalaris b41959dddd Add React
2018-08-17 10:41:54 +03:00

194 B

React

React is a frontend framework, that allows developers to create component-based user interfaces. React separates view and state, utilizing a virtual DOM to update the user interface.