Plans from $25/month
This lesson is for members. Join us?
Subscribe now and get immediate access to this course, 30 more and all future Vue.js courses!
Create a Custom useAlertFavicon Composable
In this lesson, we build out a custom Vue.js composable using some of the things we learned from deconstructing VueUse’s useFavicon
function. In it we pattern things after useFavicon
and even use useFavicon
and useIntervalFn
to help power it.
Links
- Custom Composable useAlertFavicon - Start | End
- More Complex useAlertFavicon
- How to Use an Emoji as a Favicon Easily
- What Happens to setTimeout() / setInterval() Timers Running on Inactive Browser Tabs ?