DEV Community

Discussion on: Introduction to Service Workers in JavaScript

Collapse
 
aybee5 profile image
Ibrahim Abdullahi Aliyu

If using this code creates the service workers do we actually need to learn how to use third party packages to use them? Something like workbox

Collapse
 
attacomsian profile image
Atta

I believe not. You don't need to learn or use any 3rd-party package to use service workers in JavaScript.

Collapse
 
aybee5 profile image
Ibrahim Abdullahi Aliyu

Thank you, I watched a playlist on service workers and at the end he introduced sw-toolbox, after I searched it I saw that it's depreciated, that workbox should be used, and I found that little overload. Thank you for the reply