1
2 Comments

For those with web based products, do you support IE / legacy Edge?

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?

on April 2, 2020
  1. 1

    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.

  2. 1

    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