What's your strategy for handling these old browsers?
Do you support them (and not use things like css grid), not support them (e.g show a msg asking them to upgrade), or support them thru a library / framework which abstracts it for you?
If so, which library / framework do you use?
For my own projects (primarily B2C), I don't support provide legacy browser support. If you're B2C, you may need to depending on the market.
Hi Ali,
I like to use boilerplate solutions which handle this stuff with babble - e.g. https://www.reactboilerplate.com/
Your question is directed towards the wrong people - 'ask' your users. For example, find someone who has a lot of traffic to your user base (a blog?) and ask them for the histogram of their users' browsers.
Cheers
Jonathan