Update React.md

This commit is contained in:
Angelos Chalaris
2018-08-18 17:53:35 +03:00
committed by GitHub
parent 6335b3a20e
commit 2821cea82b

View File

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