UNPKG

react-workbox

Version:

Manage installation and activation of service worker

4 lines (3 loc) 136 B
import { createContext } from 'react'; const WorkboxContext = createContext({ isUpdateWaiting: false }); export default WorkboxContext;