5 lines
194 B
Markdown
5 lines
194 B
Markdown
### 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.
|