Files
react/packages/react
Brian Vaughn 9403c3b536 Add Profiler callback when nested updates are scheduled (#20211)
This callback accepts the no parameters (except for the current interactions). Users of this hook can inspect the call stack to access and log the source location of the component.
2020-11-12 09:31:27 -05:00
..
2020-10-30 23:03:45 -07:00
2020-10-30 23:03:45 -07:00
2020-10-30 23:03:45 -07:00
2020-10-30 23:03:45 -07:00
2020-10-22 13:24:46 +01:00
2018-09-06 15:27:06 +01:00

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.

Example Usage

var React = require('react');