Home > Software design >  React - Document title add icon
React - Document title add icon

Time:06-24

I'm trying to implement the same thing as shown on my picture below with React 18. Document title example

Does anyone know how to add an animated red circle on my browser tab dynamically with React?

Thanks,

Guillaume

CodePudding user response:

That is not something you can add by modifying document.title, it is managed by the Media Streams API

CodePudding user response:

please check the following package https://www.npmjs.com/package/react-mic

  • Related