Files
30-seconds-of-code/glossary/React.md
2019-08-13 11:19:29 +03:00

8 lines
226 B
Markdown

---
title: React
tags: React
---
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.