1.1.9 • Published 2 years ago

rax-polyfill-all v1.1.9

Weekly downloads
2
License
MIT
Repository
github
Last release
2 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

2 years ago

1.1.3

2 years ago

1.1.0

3 years ago

1.0.13

3 years ago

1.0.12

3 years ago

1.0.10

4 years ago

1.0.9

4 years ago

1.0.8

4 years ago

1.0.7

5 years ago

1.0.6

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago