Add React

This commit is contained in:
Angelos Chalaris
2018-08-17 10:41:54 +03:00
parent d8282a9eac
commit 585b2ebe22

4
glossary/React.md Normal file
View File

@ -0,0 +1,4 @@
### 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.