A simple React component for detecting outdated browsers and showing a notification to the user advising them to update.
Using npm:
npm install --save your-browser-sucks
import Browser from 'your-browser-sucks';
<Browser />
You can also specify specific browser version requirements:
<Browser supported={{Chrome: 61}} />
Based on outdated-browser-rework