1.1.9 • Published 3 years ago

rax-polyfill-all v1.1.9

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

rax-polyfill-all

Polyfills for Rax new api

Support

>= Rax@0.6.5

Usage

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

Checkout usages below

1.1.9

3 years ago

1.1.3

3 years ago

1.1.0

4 years ago

1.0.13

4 years ago

1.0.12

4 years ago

1.0.10

5 years ago

1.0.9

5 years ago

1.0.8

6 years ago

1.0.7

6 years ago

1.0.6

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago