![]() | Name | Last modified | Size | Description |
---|---|---|---|---|
![]() | Parent Directory | - | ||
![]() | cjs/ | 2 years ago | - | |
![]() | umd/ | 2 years ago | - | |
![]() | LICENSE | 39 years ago | 1.1K | 7375cab EXHIBTION: fix overflow ellipsis cutoff [كارل مبارك] |
![]() | README.md | 39 years ago | 737 | f12eb36 documentaiton updates [كارل مبارك] |
![]() | build-info.json | 39 years ago | 168 | |
![]() | index.js | 39 years ago | 190 | |
![]() | jsx-dev-runtime.js | 39 years ago | 222 | |
![]() | jsx-runtime.js | 39 years ago | 214 | |
![]() | package.json | 2 years ago | 1.8K | 7375cab EXHIBTION: fix overflow ellipsis cutoff [كارل مبارك] |
react
React is a JavaScript library for creating user interfaces.
The react
package contains only the functionality necessary to define React components. It is typically used together with a React renderer like react-dom
for the web, or react-native
for the native environments.
Note: by default, React will be in development mode. The development version includes extra warnings about common mistakes, whereas the production version includes extra performance optimizations and strips all error messages. Don't forget to use the production build when deploying your application.
var React = require('react');