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.