I am working on a react application and customers want it to show a special message if user\'s old browser does not support (e.g. IE 9).
So
I think the best and most user-friendly alternative is to redirect the user to an exclusive ie.html page, where you can show instructions about how to download other browsers and just care about all IE stuff in that page only.
This way you don't need to do anything with React, just add the lines below to your index.html: