react-polyfill-all
v1.1.9
Published
React all polyfills
Downloads
55
Maintainers
Readme
react-polyfill-all
Polyfills for React new api
Support
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