0
2
aanastasiia-tilikina
React is a library that helps you create user interfaces.
In this code, the import React line imports the React library. Next, the React line creates a react element. This element is the foundation for creating user interfaces in React.
Library: react
Shortcut: lib
Filename pattern: *.jsx
import React from 'react';