From 585b2ebe22918d53fc1c37eea428812b896f595c Mon Sep 17 00:00:00 2001 From: Angelos Chalaris Date: Fri, 17 Aug 2018 10:41:54 +0300 Subject: [PATCH] Add React --- glossary/React.md | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 glossary/React.md diff --git a/glossary/React.md b/glossary/React.md new file mode 100644 index 000000000..7074cb4e8 --- /dev/null +++ b/glossary/React.md @@ -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.