1.1.9 • Published 2 years ago

react-polyfill-all v1.1.9

Weekly downloads
3
License
MIT
Repository
github
Last release
2 years ago

react-polyfill-all

Polyfills for React new api

Support

>= react@0.14.9

Usage

import {
  // memo
  memo,
  // ref
  createRef,
  forwardRef,
  // Fragment
  Fragment,
  // PureComponent
  PureComponent,
  // portal
  createPortal,
  // context
  createContext,
  // hooks
  withHooks,
  useRef,
  useState,
  useContext,
  useReducer,
  useEffect,
  useLayoutEffect,
  useMemo,
  useCallback,
  useImperativeHandle
} from 'react-polyfill-all';

Checkout usages below