UNPKG

rrr-lazy

Version:

Lazy load component with react && react-router.

6 lines (3 loc) 167 B
import createContext from 'create-react-context'; const { Provider: LazyProvider, Consumer: LazyConsumer } = createContext(); export { LazyProvider, LazyConsumer };