|
|
|
|
|
by martin-adams
2723 days ago
|
|
I suspect this is going to be quite a painful thing to support. I’ve worked with IE6 in the past and even if you do get the app compatible, and get your CSS to render correctly, the JavaScript performance is dreadful. I used to find that our Dojo application when working at IBM would gradually get slower and slower without a page refresh. I’d consider doing some static rendering from React components then fallback to a simpler client interaction. Alternatively let the client go and waste the engineering efforts of your competitor (I appreciate that may not be an option). |
|