DEV Community

Discussion on: Simplest React Hook component for PWA install button

Collapse
 
dance2die profile image
Sung M. Kim

Thanks for the handy hook, Santiago.

One thing I want to mention is hooks should start with use, according to the official lint rules.
reactjs.org/docs/hooks-faq.html#wh...

So instead of InstallPWA, useInstallPWA.

Collapse
 
woile profile image
Santiago • Edited

It's a component, not a hook. This let's you add a install button if pwa is supported on the browser. It's built with hooks, but not intended to be used as a hook

Collapse
 
dance2die profile image
Sung M. Kim

Woops. you are right...

I am sorry about that 😅