![Create React App Officially Deprecated Amid React 19 Compatibility Issues](https://cdn.sanity.io/images/cgdhsj6q/production/04fa08cf844d798abc0e1a6391c129363cc7e2ab-1024x1024.webp?w=400&fit=max&auto=format)
Security News
Create React App Officially Deprecated Amid React 19 Compatibility Issues
Create React App is officially deprecated due to React 19 issues and lack of maintenance—developers should switch to Vite or other modern alternatives.
Client-side library to change the title and/or favicon of the page when it is inactive
A small client-side library with zero dependencies to change the title and/or favicon of the page when it is inactive. Minified version weighs in at a whopping 615 Bytes when gzipped. Note that You must include a default favicon in your webpage.
Install with cdn
<script src="https://cdn.rawgit.com/tiaanduplessis/dont-go/master/lib/dont-go.js"></script>
<!-- Or -->
<script src="https://unpkg.com/dont-go/lib/dont-go.js"></script>
Install with Bower
$ bower install dont-go
Install with npm
$ npm install dont-go
Install with yarn
$ yarn add dont-go
To use, simply call the function with options.
dontGo({
title: 'Alternative title text right here!',
faviconSrc: 'path/to/Alternative/favicon.ico',
timeout: 5000 //5 seconds
});
The faviconSrc
property is optional and will keep the same icon if not set.
The timeout
property is optional, it takes an interval in milliseconds to before title & favicon change.
All Contributions are welcome! Please open up an issue if you would like to help out. :smile:
Created with ♥ by Tiaan du Plessis. Licensed under the MIT License.
FAQs
Client-side library to change the title and/or favicon of the page when it is inactive
The npm package dont-go receives a total of 0 weekly downloads. As such, dont-go popularity was classified as not popular.
We found that dont-go demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Create React App is officially deprecated due to React 19 issues and lack of maintenance—developers should switch to Vite or other modern alternatives.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.