From 2821cea82b7f9724458b3899bc8fd4d38bc4fa2b Mon Sep 17 00:00:00 2001 From: Angelos Chalaris Date: Sat, 18 Aug 2018 17:53:35 +0300 Subject: [PATCH] Update React.md --- glossary/React.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glossary/React.md b/glossary/React.md index 7074cb4e8..2054258b5 100644 --- a/glossary/React.md +++ b/glossary/React.md @@ -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.