UNPKG

react-keep-alive

Version:

Package will allow components to maintain their status, to avoid repeated re-rendering.

6 lines (5 loc) 279 B
import Provider from './components/Provider'; import KeepAlive from './components/KeepAlive'; import bindLifecycle from './utils/bindLifecycle'; import useKeepAliveEffect from './utils/useKeepAliveEffect'; export { Provider, KeepAlive, bindLifecycle, useKeepAliveEffect, };